From 9074621085d0e2d7b32b82c0bf0604e3cf42bbdf Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Thu, 6 Apr 2023 13:52:42 -0500 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `50163` (#725) --- deno/rest/common.ts | 2 ++ rest/common.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 64337a68..3b193855 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes { CannotConvertBetweenPremiumEmojiAndNormalEmoji, UploadedFileNotFound, + CannotDeleteGuildSubscriptionIntegration = 50163, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003, diff --git a/rest/common.ts b/rest/common.ts index 64337a68..3b193855 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -232,6 +232,8 @@ export enum RESTJSONErrorCodes { CannotConvertBetweenPremiumEmojiAndNormalEmoji, UploadedFileNotFound, + CannotDeleteGuildSubscriptionIntegration = 50163, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003,