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

This commit is contained in:
Almeida
2023-02-15 21:37:46 +02:00
committed by GitHub
parent 8d37bc5e30
commit d609efc746
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
+2
View File
@@ -124,6 +124,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfWebhooksPerGuildReached = 30058,
TheChannelsForThisGuildAreTooLarge = 30061,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,