diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 9d02ac50..7519561d 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -32,7 +32,8 @@ export enum RESTJSONErrorCodes { UnknownGuildTemplate = 10057, - UnknownApplicationCommand = 10063, + UnknownInteraction = 10062, + UnknownApplicationCommand, BotsCannotUseThisEndpoint = 20001, OnlyBotsCanUseThisEndpoint, diff --git a/rest/common.ts b/rest/common.ts index a7138a35..eb5edd47 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -32,7 +32,8 @@ export const enum RESTJSONErrorCodes { UnknownGuildTemplate = 10057, - UnknownApplicationCommand = 10063, + UnknownInteraction = 10062, + UnknownApplicationCommand, BotsCannotUseThisEndpoint = 20001, OnlyBotsCanUseThisEndpoint,