Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error code 50086 (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: Almeida <almeidx@pm.me>
  • Loading branch information
suneettipirneni and almeidx committed Jan 19, 2022
1 parent 310c68f commit 51fb37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/rest/common.ts
Expand Up @@ -170,6 +170,7 @@ export enum RESTJSONErrorCodes {
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,

ServerNotAvailableInYourLocation = 50095,

Expand Down
1 change: 1 addition & 0 deletions rest/common.ts
Expand Up @@ -170,6 +170,7 @@ export const enum RESTJSONErrorCodes {
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,

ServerNotAvailableInYourLocation = 50095,

Expand Down

0 comments on commit 51fb37c

Please sign in to comment.