diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 4d3460bc..41194e55 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -70,6 +70,8 @@ export enum RESTJSONErrorCodes { AnnouncementEditLimitExceeded = 20022, + UnderMinimumAge = 20024, + ChannelSendRateLimit = 20028, ServerSendRateLimit, diff --git a/rest/common.ts b/rest/common.ts index 4d3460bc..41194e55 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -70,6 +70,8 @@ export enum RESTJSONErrorCodes { AnnouncementEditLimitExceeded = 20022, + UnderMinimumAge = 20024, + ChannelSendRateLimit = 20028, ServerSendRateLimit,