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(`
|
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}** (level ${this.guild.premiumTier})
|
Boosts: **${this.guild.premiumSubscriptionCount ? this.guild.premiumSubscriptionCount : "0"}** (level ${
|
||||||
|
this.guild.premiumTier
|
||||||
|
})
|
||||||
`) + embedPadding,
|
`) + embedPadding,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue