mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 08:50:09 +00:00
feat(RESTJSONErrorCodes): add error 30061 (#717)
This commit is contained in:
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
MaximumNumberOfWebhooksPerGuildReached = 30058,
|
||||
|
||||
TheChannelsForThisGuildAreTooLarge = 30061,
|
||||
|
||||
Unauthorized = 40001,
|
||||
VerifyYourAccount,
|
||||
OpeningDirectMessagesTooFast,
|
||||
|
||||
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
MaximumNumberOfWebhooksPerGuildReached = 30058,
|
||||
|
||||
TheChannelsForThisGuildAreTooLarge = 30061,
|
||||
|
||||
Unauthorized = 40001,
|
||||
VerifyYourAccount,
|
||||
OpeningDirectMessagesTooFast,
|
||||
|
||||
Reference in New Issue
Block a user