style: remove space
This commit is contained in:
parent
52e73235ea
commit
3341463fde
|
|
@ -181,7 +181,7 @@ export class ColonThree {
|
|||
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle(`🏆 :3 Leaderboard`)
|
||||
.setDescription(leaderboardText.join("\n") || "*No active :3 spammers yet!*")
|
||||
.setDescription(leaderboardText.join("\n") || "*No data yet!*")
|
||||
.addFields({
|
||||
name: 'Stats',
|
||||
value: `► **Tracking users:** ${theColonThreeLeaders.length}`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue