Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): UnknownStickerPack (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Aug 15, 2024
1 parent 25efb9c commit 906dd8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {

UnknownDiscoverableServerCategory = 10_059,
UnknownSticker,

UnknownInteraction = 10_062,
UnknownStickerPack,
UnknownInteraction,
UnknownApplicationCommand,

UnknownVoiceState = 10_065,
Expand Down
4 changes: 2 additions & 2 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {

UnknownDiscoverableServerCategory = 10_059,
UnknownSticker,

UnknownInteraction = 10_062,
UnknownStickerPack,
UnknownInteraction,
UnknownApplicationCommand,

UnknownVoiceState = 10_065,
Expand Down

0 comments on commit 906dd8e

Please sign in to comment.