Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 20029 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Dec 7, 2021
1 parent b01716b commit 9e619fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export enum RESTJSONErrorCodes {
AnnouncementEditLimitExceeded = 20022,

ChannelSendRateLimit = 20028,
ServerSendRateLimit,

StageTopicServerNameServerDescriptionOrChannelNamesContainDisallowedWords = 20031,

Expand Down
1 change: 1 addition & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const enum RESTJSONErrorCodes {
AnnouncementEditLimitExceeded = 20022,

ChannelSendRateLimit = 20028,
ServerSendRateLimit,

StageTopicServerNameServerDescriptionOrChannelNamesContainDisallowedWords = 20031,

Expand Down

0 comments on commit 9e619fc

Please sign in to comment.