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