mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 23:31:04 +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'
|
type ActivityType = 'PLAYING'
|
||||||
| 'STREAMING'
|
| 'STREAMING'
|
||||||
| 'LISTENING'
|
| 'LISTENING'
|
||||||
| 'WATCHING';
|
| 'WATCHING'
|
||||||
|
| 'CUSTOM_STATUS';
|
||||||
|
|
||||||
type AddGuildMemberOptions = {
|
type AddGuildMemberOptions = {
|
||||||
accessToken: String;
|
accessToken: String;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue