types(Status): add missing members (#8179)

This commit is contained in:
Almeida
2022-06-29 23:37:31 +01:00
committed by GitHub
parent cb3dca4ae0
commit 8421f9203b

View File

@@ -4357,6 +4357,9 @@ export enum Status {
Idle = 3,
Nearly = 4,
Disconnected = 5,
WaitingForGuilds = 6,
Identifying = 7,
Resuming = 8,
}
export interface CreateGuildScheduledEventInviteURLOptions extends CreateInviteOptions {