From b01716bf22fba617c0a09084ff607127366432b6 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Mon, 6 Dec 2021 23:29:36 +0000 Subject: [PATCH] feat: Add API error code `50055` (#256) --- deno/rest/common.ts | 1 + rest/common.ts | 1 + 2 files changed, 2 insertions(+) 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,