Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50163 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Apr 6, 2023
1 parent 8e2a5d2 commit 9074621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes {
CannotConvertBetweenPremiumEmojiAndNormalEmoji,
UploadedFileNotFound,

CannotDeleteGuildSubscriptionIntegration = 50163,

YouDoNotHavePermissionToSendThisSticker = 50600,

TwoFactorAuthenticationIsRequired = 60003,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes {
CannotConvertBetweenPremiumEmojiAndNormalEmoji,
UploadedFileNotFound,

CannotDeleteGuildSubscriptionIntegration = 50163,

YouDoNotHavePermissionToSendThisSticker = 50600,

TwoFactorAuthenticationIsRequired = 60003,
Expand Down

1 comment on commit 9074621

@vercel
Copy link

@vercel vercel bot commented on 9074621 Apr 6, 2023

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.