Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30060 (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Feb 15, 2023
1 parent d661ff5 commit 20153f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deno/rest/common.ts
Expand Up @@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {

MaximumNumberOfWebhooksPerGuildReached = 30058,

TheChannelsForThisGuildAreTooLarge = 30061,
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
TheChannelsForThisGuildAreTooLarge,

Unauthorized = 40001,
VerifyYourAccount,
Expand Down
3 changes: 2 additions & 1 deletion rest/common.ts
Expand Up @@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {

MaximumNumberOfWebhooksPerGuildReached = 30058,

TheChannelsForThisGuildAreTooLarge = 30061,
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
TheChannelsForThisGuildAreTooLarge,

Unauthorized = 40001,
VerifyYourAccount,
Expand Down

1 comment on commit 20153f6

@vercel
Copy link

@vercel vercel bot commented on 20153f6 Feb 15, 2023

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.