Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30061 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Feb 15, 2023
1 parent 8d37bc5 commit d609efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Expand Up @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {

MaximumNumberOfWebhooksPerGuildReached = 30058,

TheChannelsForThisGuildAreTooLarge = 30061,

Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Expand Up @@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {

MaximumNumberOfWebhooksPerGuildReached = 30058,

TheChannelsForThisGuildAreTooLarge = 30061,

Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
Expand Down

1 comment on commit d609efc

@vercel
Copy link

@vercel vercel bot commented on d609efc 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.