From e78de0c83ba93145a2302ddea2e55b5050291c52 Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Thu, 14 Jul 2022 15:53:31 -0500 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `50146` (#527) --- 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 db50fe5db..813852c62 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + UploadedFileNotFound = 50146, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003, diff --git a/rest/common.ts b/rest/common.ts index db50fe5db..813852c62 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + UploadedFileNotFound = 50146, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003,