Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30034 (#530)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor <vito7.dev@gmail.com>
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
3 people committed Jul 20, 2022
1 parent 65b672e commit 0a2e778
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 @@ -103,8 +103,8 @@ export enum RESTJSONErrorCodes {
GuildAlreadyHasTemplate = 30031,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,

MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,
MaximumDailyApplicationCommandCreatesReached,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded,

MaximumNumberOfBanFetchesHasBeenReached = 30037,
MaximumNumberOfUncompletedGuildScheduledEventsReached,
Expand Down
4 changes: 2 additions & 2 deletions rest/common.ts
Expand Up @@ -103,8 +103,8 @@ export enum RESTJSONErrorCodes {
GuildAlreadyHasTemplate = 30031,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,

MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,
MaximumDailyApplicationCommandCreatesReached,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded,

MaximumNumberOfBanFetchesHasBeenReached = 30037,
MaximumNumberOfUncompletedGuildScheduledEventsReached,
Expand Down

1 comment on commit 0a2e778

@vercel
Copy link

@vercel vercel bot commented on 0a2e778 Jul 20, 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.