mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Small code style tweak
This commit is contained in:
parent
28203b768d
commit
7299c671ad
1 changed files with 1 additions and 3 deletions
|
@ -1180,9 +1180,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
trimLines(`
|
trimLines(`
|
||||||
Roles: **${this.guild.roles.size}** / 250
|
Roles: **${this.guild.roles.size}** / 250
|
||||||
Emojis: **${this.guild.emojis.length}** / ${maxEmojis}
|
Emojis: **${this.guild.emojis.length}** / ${maxEmojis}
|
||||||
Boosts: **${this.guild.premiumSubscriptionCount ? this.guild.premiumSubscriptionCount : "0"}** (level ${
|
Boosts: **${this.guild.premiumSubscriptionCount ?? 0}** (level ${this.guild.premiumTier})
|
||||||
this.guild.premiumTier
|
|
||||||
})
|
|
||||||
`) + embedPadding,
|
`) + embedPadding,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue