This commit is contained in:
Dragon Fire
2024-05-02 21:08:40 -04:00
parent 40f8f2b818
commit 80c94eecb4
+1 -1
View File
@@ -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...'}