Skip to content

Commit

Permalink
MAXIMUM_GUILD_WEBHOOKS error code
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Dec 22, 2022
1 parent 72a0a1b commit 781866f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ export enum JSONErrorCodes {
MAXIMUM_NUMBER_OF_FORUM_TAGS = 30048,
BITRATE_TOO_HIGH = 30052,
MAXIMUM_PREMIUM_EMOJIS = 30056,
MAXIMUM_GUILD_WEBHOOKS = 30058,
RESOURCE_RATE_LIMITED = 31002,
UNAUTHORIZED = 40001,
ACCOUNT_VERIFICATION_REQUIRED = 40002,
Expand Down

0 comments on commit 781866f

Please sign in to comment.