mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Merge branch 'boostNullFix' of git://github.com/DarkView/ZeppelinBot into DarkView-boostNullFix
This commit is contained in:
commit
28203b768d
1 changed files with 3 additions and 1 deletions
|
@ -1180,7 +1180,9 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
trimLines(`
|
||||
Roles: **${this.guild.roles.size}** / 250
|
||||
Emojis: **${this.guild.emojis.length}** / ${maxEmojis}
|
||||
Boosts: **${this.guild.premiumSubscriptionCount}** (level ${this.guild.premiumTier})
|
||||
Boosts: **${this.guild.premiumSubscriptionCount ? this.guild.premiumSubscriptionCount : "0"}** (level ${
|
||||
this.guild.premiumTier
|
||||
})
|
||||
`) + embedPadding,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue