Some more small stuff
This commit is contained in:
parent
9420f595ce
commit
82025a6e07
2
index.js
2
index.js
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue