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