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

This commit is contained in:
Almeida
2022-06-30 00:37:31 +02:00
committed by GitHub
parent cb3dca4ae0
commit 8421f9203b
+3
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 {