Skip to content

Commit

Permalink
feat: Add API error code 50055 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Dec 6, 2021
1 parent c7efcd5 commit b01716b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export enum RESTJSONErrorCodes {
InvalidFileUploaded,

CannotSelfRedeemThisGift = 50054,
InvalidGuild,

PaymentSourceRequiredToRedeemGift = 50070,

Expand Down
1 change: 1 addition & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const enum RESTJSONErrorCodes {
InvalidFileUploaded,

CannotSelfRedeemThisGift = 50054,
InvalidGuild,

PaymentSourceRequiredToRedeemGift = 50070,

Expand Down

0 comments on commit b01716b

Please sign in to comment.