Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50068 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Jan 25, 2022
1 parent d95d956 commit 7655e20
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
Expand Up @@ -161,6 +161,8 @@ export enum RESTJSONErrorCodes {
CannotSelfRedeemThisGift = 50054,
InvalidGuild,

InvalidMessageType = 50068,

PaymentSourceRequiredToRedeemGift = 50070,

CannotDeleteChannelRequiredForCommunityGuilds = 50074,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Expand Up @@ -161,6 +161,8 @@ export const enum RESTJSONErrorCodes {
CannotSelfRedeemThisGift = 50054,
InvalidGuild,

InvalidMessageType = 50068,

PaymentSourceRequiredToRedeemGift = 50070,

CannotDeleteChannelRequiredForCommunityGuilds = 50074,
Expand Down

0 comments on commit 7655e20

Please sign in to comment.