diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 5990b9a88..ae455a3ab 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -158,6 +158,7 @@ export enum RESTJSONErrorCodes { InvalidFileUploaded, CannotSelfRedeemThisGift = 50054, + InvalidGuild, PaymentSourceRequiredToRedeemGift = 50070, diff --git a/rest/common.ts b/rest/common.ts index 982c2271b..f3d764d00 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -158,6 +158,7 @@ export const enum RESTJSONErrorCodes { InvalidFileUploaded, CannotSelfRedeemThisGift = 50054, + InvalidGuild, PaymentSourceRequiredToRedeemGift = 50070,