Skip to content

Commit 906dd8e

Browse files
authored
feat(RESTJSONErrorCodes): UnknownStickerPack (#1055)
1 parent 25efb9c commit 906dd8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deno/rest/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {
4343

4444
UnknownDiscoverableServerCategory = 10_059,
4545
UnknownSticker,
46-
47-
UnknownInteraction = 10_062,
46+
UnknownStickerPack,
47+
UnknownInteraction,
4848
UnknownApplicationCommand,
4949

5050
UnknownVoiceState = 10_065,

rest/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {
4343

4444
UnknownDiscoverableServerCategory = 10_059,
4545
UnknownSticker,
46-
47-
UnknownInteraction = 10_062,
46+
UnknownStickerPack,
47+
UnknownInteraction,
4848
UnknownApplicationCommand,
4949

5050
UnknownVoiceState = 10_065,

0 commit comments

Comments
 (0)