diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 46d8fbf91..7ad043a87 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 46d8fbf91..7ad043a87 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfWebhooksPerGuildReached = 30058, + TheChannelsForThisGuildAreTooLarge = 30061, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast,