suhas 2 years ago
parent 31a732687b
commit 55d8df5f28

@ -19,7 +19,7 @@ export default class LeaderboardCommand extends SlashCommand {
})
let st = ''
for (const u of users) {
let uu = await this.client.users.fetch(u.id)
const uu = await this.client.users.fetch(u.id)
st += `${uu.username}#${uu.discriminator} - ${u.messages} message(s)\n`
}
return st

Loading…
Cancel
Save