Some more small stuff

This commit is contained in:
Christopher Cookman 2023-08-17 18:43:21 -06:00
parent 9420f595ce
commit 82025a6e07
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({