diff --git a/deno/rest/common.ts b/deno/rest/common.ts index a42bf4b9..edc33709 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -161,6 +161,8 @@ export enum RESTJSONErrorCodes { CannotSelfRedeemThisGift = 50054, InvalidGuild, + InvalidMessageType = 50068, + PaymentSourceRequiredToRedeemGift = 50070, CannotDeleteChannelRequiredForCommunityGuilds = 50074, diff --git a/rest/common.ts b/rest/common.ts index d532ca90..16223b9c 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -161,6 +161,8 @@ export const enum RESTJSONErrorCodes { CannotSelfRedeemThisGift = 50054, InvalidGuild, + InvalidMessageType = 50068, + PaymentSourceRequiredToRedeemGift = 50070, CannotDeleteChannelRequiredForCommunityGuilds = 50074,