diff --git a/deno/rest/common.ts b/deno/rest/common.ts index ee56ddc4..9321a298 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes { UnknownDiscoverableServerCategory = 10_059, UnknownSticker, - - UnknownInteraction = 10_062, + UnknownStickerPack, + UnknownInteraction, UnknownApplicationCommand, UnknownVoiceState = 10_065, diff --git a/rest/common.ts b/rest/common.ts index ee56ddc4..9321a298 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes { UnknownDiscoverableServerCategory = 10_059, UnknownSticker, - - UnknownInteraction = 10_062, + UnknownStickerPack, + UnknownInteraction, UnknownApplicationCommand, UnknownVoiceState = 10_065,