diff --git a/deno/rest/common.ts b/deno/rest/common.ts index a42bf4b9f..edc337090 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 d532ca906..16223b9c4 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,