diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 5990b9a8..ae455a3a 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 982c2271..f3d764d0 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -158,6 +158,7 @@ export const enum RESTJSONErrorCodes { InvalidFileUploaded, CannotSelfRedeemThisGift = 50054, + InvalidGuild, PaymentSourceRequiredToRedeemGift = 50070,