mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-04 01:40:10 +00:00
feat(RESTJSONErrorCodes): add error 30060 (#720)
This commit is contained in:
@@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
MaximumNumberOfWebhooksPerGuildReached = 30058,
|
||||
|
||||
TheChannelsForThisGuildAreTooLarge = 30061,
|
||||
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
|
||||
TheChannelsForThisGuildAreTooLarge,
|
||||
|
||||
Unauthorized = 40001,
|
||||
VerifyYourAccount,
|
||||
|
||||
@@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {
|
||||
|
||||
MaximumNumberOfWebhooksPerGuildReached = 30058,
|
||||
|
||||
TheChannelsForThisGuildAreTooLarge = 30061,
|
||||
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
|
||||
TheChannelsForThisGuildAreTooLarge,
|
||||
|
||||
Unauthorized = 40001,
|
||||
VerifyYourAccount,
|
||||
|
||||
Reference in New Issue
Block a user