Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30011 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Feb 15, 2023
1 parent d609efc commit 41b31eb
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
Expand Up @@ -89,6 +89,7 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfEmojisReached,

MaximumNumberOfReactionsReached = 30010,
MaximumNumberOfGroupDMsReached,

MaximumNumberOfGuildChannelsReached = 30013,

Expand Down
1 change: 1 addition & 0 deletions rest/common.ts
Expand Up @@ -89,6 +89,7 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfEmojisReached,

MaximumNumberOfReactionsReached = 30010,
MaximumNumberOfGroupDMsReached,

MaximumNumberOfGuildChannelsReached = 30013,

Expand Down

0 comments on commit 41b31eb

Please sign in to comment.