Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50080 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Apr 29, 2022
1 parent b0a4f12 commit 43cfbcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes {

CannotDeleteChannelRequiredForCommunityGuilds = 50074,

InvalidStickerSent = 50081,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,

InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
Expand Down
3 changes: 2 additions & 1 deletion rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ export enum RESTJSONErrorCodes {

CannotDeleteChannelRequiredForCommunityGuilds = 50074,

InvalidStickerSent = 50081,
CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,

InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
Expand Down

0 comments on commit 43cfbcb

Please sign in to comment.