From 70826ed76e4b4880fb7425a07d04921823954c95 Mon Sep 17 00:00:00 2001 From: Almeida Date: Sat, 15 Oct 2022 09:25:57 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `50073` (#594) --- deno/rest/common.ts | 3 ++- rest/common.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index f18e55aa5..c115e8c01 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes { PaymentSourceRequiredToRedeemGift = 50070, - CannotDeleteChannelRequiredForCommunityGuilds = 50074, + CannotModifyASystemWebhook = 50073, + CannotDeleteChannelRequiredForCommunityGuilds, CannotEditStickersWithinMessage = 50080, InvalidStickerSent, diff --git a/rest/common.ts b/rest/common.ts index f18e55aa5..c115e8c01 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -191,7 +191,8 @@ export enum RESTJSONErrorCodes { PaymentSourceRequiredToRedeemGift = 50070, - CannotDeleteChannelRequiredForCommunityGuilds = 50074, + CannotModifyASystemWebhook = 50073, + CannotDeleteChannelRequiredForCommunityGuilds, CannotEditStickersWithinMessage = 50080, InvalidStickerSent,