From d609efc746df620925237575dd24fd0f38213f09 Mon Sep 17 00:00:00 2001 From: Almeida Date: Wed, 15 Feb 2023 19:37:46 +0000 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `30061` (#717) --- 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 46d8fbf9..7ad043a8 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfWebhooksPerGuildReached = 30058, + TheChannelsForThisGuildAreTooLarge = 30061, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast, diff --git a/rest/common.ts b/rest/common.ts index 46d8fbf9..7ad043a8 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfWebhooksPerGuildReached = 30058, + TheChannelsForThisGuildAreTooLarge = 30061, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast,