Skip to content

Commit

Permalink
feat: new codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 21, 2024
1 parent 0ba2e2c commit 3bc1958
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@countbot/countbot-api-types",
"version": "1.13.1",
"version": "1.14.0",
"description": "API types for CountBot",
"author": {
"name": "CountBot",
Expand Down
10 changes: 3 additions & 7 deletions src/utils/codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ export enum StatusCodePhrases {
SummaryNotFound = 'SummaryNotFound',
InvalidObjectId = 'InvalidObjectId',
PremiumGuildActivated = 'PremiumGuildActivated',
PremiumGuildCancellefd = 'PremiumGuildCancelled',
LifetimeGuildActivated = 'LifetimeGuildActivated',
LifetimeGuildCancelled = 'LifetimeGuildCancelled',
PremiumUserActivated = 'PremiumUserActivated',
PremiumUserCancelled = 'PremiumUserCancelled',
LifetimeUserActivated = 'LifetimeUserActivated',
LifetimeUserCancelled = 'LifetimeUserCancelled',
PremiumGuildCancelled = 'PremiumGuildCancelled',
PremiumGuildLifetimeActivated = 'PremiumGuildLifetimeActivated',
PremiumOnly = 'PremiumOnly',
ChannelLeaderboardFound = 'ChannelLeaderboardFound',
UserLeaderboardFound = 'UserLeaderboardFound',
TokenCreated = 'TokenCreated',
Expand Down

0 comments on commit 3bc1958

Please sign in to comment.