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,