feat(RESTJSONErrorCodes): add error 40004 (#314)

This commit is contained in:
Almeida
2022-02-08 18:37:46 +00:00
committed by GitHub
parent 87b9b0885a
commit 269a75ccf7
2 changed files with 4 additions and 4 deletions

View File

@@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes {
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
RequestEntityTooLarge = 40005,
SendMessagesHasBeenTemporarilyDisabled,
RequestEntityTooLarge,
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,

View File

@@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes {
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,
RequestEntityTooLarge = 40005,
SendMessagesHasBeenTemporarilyDisabled,
RequestEntityTooLarge,
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,