3
0
Fork 0
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:
Dragory 2020-05-22 21:16:27 +03:00
commit 28203b768d
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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,
});