Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 40004 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Feb 8, 2022
1 parent 87b9b08 commit 269a75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deno/rest/common.ts
Expand Up @@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes {
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,

RequestEntityTooLarge = 40005,
SendMessagesHasBeenTemporarilyDisabled,
RequestEntityTooLarge,
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,

Expand Down
4 changes: 2 additions & 2 deletions rest/common.ts
Expand Up @@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes {
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,

RequestEntityTooLarge = 40005,
SendMessagesHasBeenTemporarilyDisabled,
RequestEntityTooLarge,
FeatureTemporarilyDisabledServerSide,
UserBannedFromThisGuild,

Expand Down

0 comments on commit 269a75c

Please sign in to comment.