We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
30052
1 parent cb66309 commit d854317Copy full SHA for d854317
deno/rest/common.ts
@@ -116,6 +116,8 @@ export enum RESTJSONErrorCodes {
116
MaximumNumberOfPinnedThreadsInForumHasBeenReached,
117
MaximumNumberOfTagsInForumHasBeenReached,
118
119
+ BitrateIsTooHighForChannelOfThisType = 30052,
120
+
121
Unauthorized = 40001,
122
VerifyYourAccount,
123
OpeningDirectMessagesTooFast,
rest/common.ts
0 commit comments