Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30058 (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jan 5, 2023
1 parent bb2ef84 commit 921bffd
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
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes {

BitrateIsTooHighForChannelOfThisType = 30052,

MaximumNumberOfWebhooksPerGuildReached = 30058,

Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes {

BitrateIsTooHighForChannelOfThisType = 30052,

MaximumNumberOfWebhooksPerGuildReached = 30058,

Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
Expand Down

1 comment on commit 921bffd

@vercel
Copy link

@vercel vercel bot commented on 921bffd Jan 5, 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.