Update the spacer between leaderboard entries and their coins

This commit is contained in:
Christopher Cookman 2023-08-17 18:41:46 -06:00
parent a039af4630
commit 9420f595ce
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -131,7 +131,7 @@ client.on("interactionCreate", async interaction => {
if (rows[i]) {
let user = await client.users.fetch(rows[i].id);
let lvl = rows[i].lvl;
leaderboard.push(`${i + 1}. <@${user.id}> - ${config.discord.coin}${rows[i].points}`);
leaderboard.push(`${i + 1}. <@${user.id}> ${config.discord.coin}${rows[i].points}`);
}
}
interaction.reply({