From 51fb37cbba44677870f0f916bd1416bdbd34e052 Mon Sep 17 00:00:00 2001 From: Suneet Tipirneni <77477100+suneettipirneni@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:34:23 -0500 Subject: [PATCH] feat(RESTJSONErrorCodes): add error code 50086 (#286) Co-authored-by: Almeida --- deno/rest/common.ts | 1 + rest/common.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 279f76906..a42bf4b9f 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -170,6 +170,7 @@ export enum RESTJSONErrorCodes { InvalidActionOnArchivedThread = 50083, InvalidThreadNotificationSettings, ParameterEarlierThanCreation, + CommunityServerChannelsMustBeTextChannels, ServerNotAvailableInYourLocation = 50095, diff --git a/rest/common.ts b/rest/common.ts index 48b74bcaf..d532ca906 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -170,6 +170,7 @@ export const enum RESTJSONErrorCodes { InvalidActionOnArchivedThread = 50083, InvalidThreadNotificationSettings, ParameterEarlierThanCreation, + CommunityServerChannelsMustBeTextChannels, ServerNotAvailableInYourLocation = 50095,