Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50067 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Jan 5, 2023
1 parent 921bffd commit 6e4a611
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 @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes {
CannotSelfRedeemThisGift = 50054,
InvalidGuild,

InvalidMessageType = 50068,
InvalidRequestOrigin = 50067,
InvalidMessageType,

PaymentSourceRequiredToRedeemGift = 50070,

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

InvalidMessageType = 50068,
InvalidRequestOrigin = 50067,
InvalidMessageType,

PaymentSourceRequiredToRedeemGift = 50070,

Expand Down

0 comments on commit 6e4a611

Please sign in to comment.