We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnknownStickerPack
1 parent 25efb9c commit 906dd8eCopy full SHA for 906dd8e
deno/rest/common.ts
@@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {
43
44
UnknownDiscoverableServerCategory = 10_059,
45
UnknownSticker,
46
-
47
- UnknownInteraction = 10_062,
+ UnknownStickerPack,
+ UnknownInteraction,
48
UnknownApplicationCommand,
49
50
UnknownVoiceState = 10_065,
rest/common.ts
0 commit comments