This commit is contained in:
Dragon Fire
2024-05-02 21:09:03 -04:00
parent 80c94eecb4
commit 887030e4f6
+1 -1
View File
@@ -92,7 +92,7 @@ module.exports = class HungerGamesCommand extends Command {
await buttonPress.update({ content: text, components: [] }); await buttonPress.update({ content: text, components: [] });
if (!bloodbath) sun = !sun; if (!bloodbath) sun = !sun;
if (bloodbath) bloodbath = false; if (bloodbath) bloodbath = false;
}; }
return msg.say(stripIndents` return msg.say(stripIndents`
And the winner is... **${players.filter(player => !player.dead).first().name}**! And the winner is... **${players.filter(player => !player.dead).first().name}**!