From 131637fbd20573750a60df2281f94b339443c82c Mon Sep 17 00:00:00 2001 From: Vitor Date: Sat, 22 Oct 2022 19:44:52 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): add 50039 error (#607) --- deno/rest/common.ts | 2 ++ rest/common.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index c115e8c01..212ffc18b 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes { InvalidFormBodyOrContentType, InviteAcceptedToGuildWithoutTheBotBeingIn, + InvalidActivityAction = 50039, + InvalidAPIVersion = 50041, FileUploadedExceedsMaximumSize = 50045, diff --git a/rest/common.ts b/rest/common.ts index c115e8c01..212ffc18b 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes { InvalidFormBodyOrContentType, InviteAcceptedToGuildWithoutTheBotBeingIn, + InvalidActivityAction = 50039, + InvalidAPIVersion = 50041, FileUploadedExceedsMaximumSize = 50045,