style: remove space

This commit is contained in:
Ananas 2025-03-24 23:09:24 +01:00
parent 52e73235ea
commit 3341463fde
No known key found for this signature in database
GPG Key ID: CAE30FFA43F0F76F
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ export class ColonThree {
const embed = new EmbedBuilder() const embed = new EmbedBuilder()
.setTitle(`🏆 :3 Leaderboard`) .setTitle(`🏆 :3 Leaderboard`)
.setDescription(leaderboardText.join("\n") || "*No active :3 spammers yet!*") .setDescription(leaderboardText.join("\n") || "*No data yet!*")
.addFields({ .addFields({
name: 'Stats', name: 'Stats',
value: `► **Tracking users:** ${theColonThreeLeaders.length}`, value: `► **Tracking users:** ${theColonThreeLeaders.length}`,