mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +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'
|
type ActivityType = 'PLAYING'
|
||||||
| 'STREAMING'
|
| 'STREAMING'
|
||||||
| 'LISTENING'
|
| 'LISTENING'
|
||||||
| 'WATCHING';
|
| 'WATCHING'
|
||||||
|
| 'CUSTOM_STATUS';
|
||||||
|
|
||||||
type AddGuildMemberOptions = {
|
type AddGuildMemberOptions = {
|
||||||
accessToken: String;
|
accessToken: String;
|
||||||
|
|||||||
Reference in New Issue
Block a user