diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 279f7690..a42bf4b9 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 48b74bca..d532ca90 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -170,6 +170,7 @@ export const enum RESTJSONErrorCodes { InvalidActionOnArchivedThread = 50083, InvalidThreadNotificationSettings, ParameterEarlierThanCreation, + CommunityServerChannelsMustBeTextChannels, ServerNotAvailableInYourLocation = 50095,