mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
typings(Constants): add CUSTOM_STATUS to ActivityTypes
This commit is contained in:
parent
2589db6633
commit
a12e1e87ee
1 changed files with 2 additions and 1 deletions
3
typings/index.d.ts
vendored
3
typings/index.d.ts
vendored
|
|
@ -1673,7 +1673,8 @@ declare module 'discord.js' {
|
|||
type ActivityType = 'PLAYING'
|
||||
| 'STREAMING'
|
||||
| 'LISTENING'
|
||||
| 'WATCHING';
|
||||
| 'WATCHING'
|
||||
| 'CUSTOM_STATUS';
|
||||
|
||||
type AddGuildMemberOptions = {
|
||||
accessToken: String;
|
||||
|
|
|
|||
Loading…
Reference in a new issue