mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = class HungerGamesCommand extends Command {
|
|||||||
if (bloodbath) bloodbath = false;
|
if (bloodbath) bloodbath = false;
|
||||||
};
|
};
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
And the winner is... **${players.first().name}**!
|
And the winner is... **${players.filter(player => !player.dead).first().name}**!
|
||||||
|
|
||||||
__**Kills Leaderboard:**__
|
__**Kills Leaderboard:**__
|
||||||
${this.makeLeaderboard(players).join('\n') || 'No one killed anyone...'}
|
${this.makeLeaderboard(players).join('\n') || 'No one killed anyone...'}
|
||||||
|
|||||||
Reference in New Issue
Block a user