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 5e3e101 commit 7b6a2f5Copy full SHA for 7b6a2f5
common/index.ts
@@ -33,6 +33,8 @@ export enum RESTJSONErrorCodes {
33
BotsCannotUseThisEndpoint = 20001,
34
OnlyBotsCanUseThisEndpoint,
35
36
+ ChannelSendRateLimit = 20028,
37
+
38
MaximumNumberOfGuildsReached = 30001,
39
MaximumNumberOfFriendsReached,
40
MaximumNumberOfPinsReachedForTheChannel,
0 commit comments