mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Merge branch 'DarkView-boostNullFix'
This commit is contained in:
commit
553ed630fc
1 changed files with 1 additions and 1 deletions
|
@ -1180,7 +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}** (level ${this.guild.premiumTier})
|
Boosts: **${this.guild.premiumSubscriptionCount ?? 0}** (level ${this.guild.premiumTier})
|
||||||
`) + embedPadding,
|
`) + embedPadding,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue