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.
1 parent 7bef64d commit 20653b3Copy full SHA for 20653b3
deno/rest/common.ts
@@ -227,6 +227,8 @@ export enum RESTJSONErrorCodes {
227
CannotUpdateAFinishedEvent = 180000,
228
229
FailedToCreateStageNeededForStageEvent = 180002,
230
+
231
+ WebhooksCanOnlyCreateThreadsInForumChannels = 220003,
232
}
233
234
/**
rest/common.ts
0 commit comments