mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(Constants): add CUSTOM_STATUS to ActivityTypes
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user