From e8127b89f89c4612fab0d3702ce512e41ab75b6e Mon Sep 17 00:00:00 2001 From: Almeida Date: Wed, 9 Mar 2022 18:44:24 +0000 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `10065` (#336) --- deno/rest/common.ts | 3 ++- rest/common.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 891055ce2..71fd47011 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 891055ce2..71fd47011 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,