Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30032 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jul 13, 2022
1 parent d503c71 commit f2c3451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deno/rest/common.ts
Expand Up @@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfServerCategoriesReached = 30030,

GuildAlreadyHasTemplate = 30031,

MaximumThreadParticipants = 30033,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,

MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,

Expand Down
4 changes: 2 additions & 2 deletions rest/common.ts
Expand Up @@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfServerCategoriesReached = 30030,

GuildAlreadyHasTemplate = 30031,

MaximumThreadParticipants = 30033,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,

MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,

Expand Down

1 comment on commit f2c3451

@vercel
Copy link

@vercel vercel bot commented on f2c3451 Jul 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.