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 b2eeb3f commit 34908aaCopy full SHA for 34908aa
deno/rest/common.ts
@@ -70,6 +70,8 @@ export enum RESTJSONErrorCodes {
70
71
AnnouncementEditLimitExceeded = 20022,
72
73
+ UnderMinimumAge = 20024,
74
+
75
ChannelSendRateLimit = 20028,
76
ServerSendRateLimit,
77
rest/common.ts
0 commit comments