typings(Constants): add CUSTOM_STATUS to ActivityTypes

This commit is contained in:
SpaceEEC 2020-02-01 21:14:02 +01:00
parent 2589db6633
commit a12e1e87ee
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

3
typings/index.d.ts vendored
View file

@ -1673,7 +1673,8 @@ declare module 'discord.js' {
type ActivityType = 'PLAYING'
| 'STREAMING'
| 'LISTENING'
| 'WATCHING';
| 'WATCHING'
| 'CUSTOM_STATUS';
type AddGuildMemberOptions = {
accessToken: String;