feat(RESTJSONErrorCodes): add error 30060 (#720)

This commit is contained in:
MateoDeveloper
2023-02-15 14:51:25 -05:00
committed by GitHub
parent d661ff5ee7
commit 20153f6fe2
2 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
TheChannelsForThisGuildAreTooLarge,
Unauthorized = 40001,
VerifyYourAccount,

View File

@@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
MaximumNumberOfChannelPermissionOverwritesReached = 30060,
TheChannelsForThisGuildAreTooLarge,
Unauthorized = 40001,
VerifyYourAccount,