Skip to content

Commit

Permalink
feat(UserPremiumType): add NitroBasic (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-tem committed Oct 27, 2022
1 parent 348dd41 commit 9448e9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/payloads/v10/user.ts
Expand Up @@ -162,6 +162,7 @@ export enum UserPremiumType {
None,
NitroClassic,
Nitro,
NitroBasic,
}

/**
Expand Down
1 change: 1 addition & 0 deletions deno/payloads/v9/user.ts
Expand Up @@ -162,6 +162,7 @@ export enum UserPremiumType {
None,
NitroClassic,
Nitro,
NitroBasic,
}

/**
Expand Down
1 change: 1 addition & 0 deletions payloads/v10/user.ts
Expand Up @@ -162,6 +162,7 @@ export enum UserPremiumType {
None,
NitroClassic,
Nitro,
NitroBasic,
}

/**
Expand Down
1 change: 1 addition & 0 deletions payloads/v9/user.ts
Expand Up @@ -162,6 +162,7 @@ export enum UserPremiumType {
None,
NitroClassic,
Nitro,
NitroBasic,
}

/**
Expand Down

0 comments on commit 9448e9b

Please sign in to comment.