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,