From 921bffd1b210b6cf2dc6971e451fa0a9e6f6c185 Mon Sep 17 00:00:00 2001 From: Almeida Date: Thu, 5 Jan 2023 11:37:39 +0000 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `30058` (#676) --- 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 ca94c991..15dcb2a7 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes { BitrateIsTooHighForChannelOfThisType = 30052, + MaximumNumberOfWebhooksPerGuildReached = 30058, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast, diff --git a/rest/common.ts b/rest/common.ts index ca94c991..15dcb2a7 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes { BitrateIsTooHighForChannelOfThisType = 30052, + MaximumNumberOfWebhooksPerGuildReached = 30058, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast,