feat(RESTJSONErrorCodes): add error 30061 (#717)

This commit is contained in:
Almeida
2023-02-15 19:37:46 +00:00
committed by GitHub
parent 8d37bc5e30
commit d609efc746
2 changed files with 4 additions and 0 deletions

View File

@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,

View File

@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,