From d8543177cd978a19daa32fbb183892b6f8c24772 Mon Sep 17 00:00:00 2001 From: Almeida Date: Mon, 6 Jun 2022 23:55:57 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `30052` (#469) --- 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 02eaf9e0..790518b1 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -116,6 +116,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfPinnedThreadsInForumHasBeenReached, MaximumNumberOfTagsInForumHasBeenReached, + BitrateIsTooHighForChannelOfThisType = 30052, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast, diff --git a/rest/common.ts b/rest/common.ts index 02eaf9e0..790518b1 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -116,6 +116,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfPinnedThreadsInForumHasBeenReached, MaximumNumberOfTagsInForumHasBeenReached, + BitrateIsTooHighForChannelOfThisType = 30052, + Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast,