feat(RESTJSONErrorCodes): add error 30058 (#676)

This commit is contained in:
Almeida
2023-01-05 11:37:39 +00:00
committed by GitHub
parent bb2ef84313
commit 921bffd1b2
2 changed files with 4 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes {
BitrateIsTooHighForChannelOfThisType = 30052,
MaximumNumberOfWebhooksPerGuildReached = 30058,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,

View File

@@ -120,6 +120,8 @@ export enum RESTJSONErrorCodes {
BitrateIsTooHighForChannelOfThisType = 30052,
MaximumNumberOfWebhooksPerGuildReached = 30058,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,