diff --git a/deno/rest/common.ts b/deno/rest/common.ts index a7e09bc0f..c85e32e92 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes { Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast, - - RequestEntityTooLarge = 40005, + SendMessagesHasBeenTemporarilyDisabled, + RequestEntityTooLarge, FeatureTemporarilyDisabledServerSide, UserBannedFromThisGuild, diff --git a/rest/common.ts b/rest/common.ts index a7e09bc0f..c85e32e92 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -114,8 +114,8 @@ export enum RESTJSONErrorCodes { Unauthorized = 40001, VerifyYourAccount, OpeningDirectMessagesTooFast, - - RequestEntityTooLarge = 40005, + SendMessagesHasBeenTemporarilyDisabled, + RequestEntityTooLarge, FeatureTemporarilyDisabledServerSide, UserBannedFromThisGuild,