Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50091 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jan 10, 2023
1 parent b10e9bb commit 8869e92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,

TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,

ServerNotAvailableInYourLocation = 50095,

ServerNeedsMonetizationEnabledToPerformThisAction = 50097,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ export enum RESTJSONErrorCodes {
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,

TheEntityTypeOfTheEventIsDifferentFromTheEntityYouAreTryingToStartTheEventFor = 50091,

ServerNotAvailableInYourLocation = 50095,

ServerNeedsMonetizationEnabledToPerformThisAction = 50097,
Expand Down

0 comments on commit 8869e92

Please sign in to comment.