forked from cosmic/scythe
1
0
Fork 0

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()
.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}`,
@ -190,7 +190,7 @@ export class ColonThree {
.setFooter({ text: 'Keep using :3!!!!!!' })
.setTimestamp();
await inter.reply( { embeds: [embed] });
await inter.reply({ embeds: [embed] });
}
@Slash({ description: "Stop tracking and delete my data" })