diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 891055ce..71fd4701 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -47,7 +47,8 @@ export enum RESTJSONErrorCodes { UnknownInteraction = 10062, UnknownApplicationCommand, - UnknownApplicationCommandPermissions = 10066, + UnknownVoiceState = 10065, + UnknownApplicationCommandPermissions, UnknownStageInstance, UnknownGuildMemberVerificationForm, UnknownGuildWelcomeScreen, diff --git a/rest/common.ts b/rest/common.ts index 891055ce..71fd4701 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -47,7 +47,8 @@ export enum RESTJSONErrorCodes { UnknownInteraction = 10062, UnknownApplicationCommand, - UnknownApplicationCommandPermissions = 10066, + UnknownVoiceState = 10065, + UnknownApplicationCommandPermissions, UnknownStageInstance, UnknownGuildMemberVerificationForm, UnknownGuildWelcomeScreen,