mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
types(Status): add missing members (#8179)
This commit is contained in:
3
packages/discord.js/typings/index.d.ts
vendored
3
packages/discord.js/typings/index.d.ts
vendored
@@ -4357,6 +4357,9 @@ export enum Status {
|
|||||||
Idle = 3,
|
Idle = 3,
|
||||||
Nearly = 4,
|
Nearly = 4,
|
||||||
Disconnected = 5,
|
Disconnected = 5,
|
||||||
|
WaitingForGuilds = 6,
|
||||||
|
Identifying = 7,
|
||||||
|
Resuming = 8,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CreateGuildScheduledEventInviteURLOptions extends CreateInviteOptions {
|
export interface CreateGuildScheduledEventInviteURLOptions extends CreateInviteOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user