mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
feat: Add premiumSubscriptionCount to InviteGuild (#7629)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -184,6 +184,7 @@ export abstract class AnonymousGuild extends BaseGuild {
|
||||
public banner: string | null;
|
||||
public description: string | null;
|
||||
public nsfwLevel: NSFWLevel;
|
||||
public premiumSubscriptionCount: number | null;
|
||||
public splash: string | null;
|
||||
public vanityURLCode: string | null;
|
||||
public verificationLevel: VerificationLevel;
|
||||
@@ -905,7 +906,6 @@ export class Guild extends AnonymousGuild {
|
||||
public mfaLevel: MFALevel;
|
||||
public ownerId: Snowflake;
|
||||
public preferredLocale: string;
|
||||
public premiumSubscriptionCount: number | null;
|
||||
public premiumProgressBarEnabled: boolean;
|
||||
public premiumTier: PremiumTier;
|
||||
public presences: PresenceManager;
|
||||
|
||||
Reference in New Issue
Block a user