File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { LanguageCode } from '../utils/index.js' ;
22
3- export enum GuildPremiumType {
4- Default = 0 ,
5- Plus = 1 ,
6- }
7-
83export interface APICountingGuild < IDType > {
94 /**
105 * The ObjectID of the guild
@@ -25,7 +20,7 @@ export interface APICountingGuild<IDType> {
2520 /**
2621 * The premium type of the guild
2722 */
28- premium : GuildPremiumType ;
23+ premium : boolean ;
2924 /**
3025 * Initialized when the guild was created but will be updated at every count.
3126 */
Original file line number Diff line number Diff line change 11import type { CBItemString } from '../utils/items.js' ;
22
3- export enum UserPremiumType {
4- Default = 0 ,
5- Infinity = 1 ,
6- }
7-
83export interface APICountingUser < IDType > {
94 /**
105 * The ObjectID of the user
@@ -57,7 +52,7 @@ export interface APICountingUser<IDType> {
5752 /**
5853 * The lifetime status of the user
5954 */
60- premium : UserPremiumType ;
55+ premium : boolean ;
6156 /**
6257 * Initialized when the user was created but will be updated at every count.
6358 */
You can’t perform that action at this time.
0 commit comments