Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50073 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Oct 15, 2022
1 parent 9978b77 commit 70826ed
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
Expand Up @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes {

PaymentSourceRequiredToRedeemGift = 50070,

CannotDeleteChannelRequiredForCommunityGuilds = 50074,
CannotModifyASystemWebhook = 50073,
CannotDeleteChannelRequiredForCommunityGuilds,

CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,
Expand Down
3 changes: 2 additions & 1 deletion rest/common.ts
Expand Up @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes {

PaymentSourceRequiredToRedeemGift = 50070,

CannotDeleteChannelRequiredForCommunityGuilds = 50074,
CannotModifyASystemWebhook = 50073,
CannotDeleteChannelRequiredForCommunityGuilds,

CannotEditStickersWithinMessage = 50080,
InvalidStickerSent,
Expand Down

1 comment on commit 70826ed

@vercel
Copy link

@vercel vercel bot commented on 70826ed Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.