From 906dd8e241be6acdf4d6d7b10ce4e7c139b0fd8b Mon Sep 17 00:00:00 2001 From: Almeida Date: Thu, 15 Aug 2024 18:02:28 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): `UnknownStickerPack` (#1055) --- deno/rest/common.ts | 4 ++-- rest/common.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index ee56ddc47..9321a2982 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 ee56ddc47..9321a2982 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,