From 5ef49f41cecaa1d5937428a5c58f1d88bfc61266 Mon Sep 17 00:00:00 2001 From: Almeida Date: Wed, 25 May 2022 18:08:30 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `50600` (#444) --- 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 a3e804cb..02eaf9e0 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + YouDoNotHavePermissionToSendThisSticker = 50600, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004, diff --git a/rest/common.ts b/rest/common.ts index a3e804cb..02eaf9e0 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -195,6 +195,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + YouDoNotHavePermissionToSendThisSticker = 50600, + TwoFactorAuthenticationIsRequired = 60003, NoUsersWithDiscordTagExist = 80004,