mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -92,7 +92,7 @@ module.exports = class HungerGamesCommand extends Command {
|
||||
await buttonPress.update({ content: text, components: [] });
|
||||
if (!bloodbath) sun = !sun;
|
||||
if (bloodbath) bloodbath = false;
|
||||
};
|
||||
}
|
||||
return msg.say(stripIndents`
|
||||
And the winner is... **${players.filter(player => !player.dead).first().name}**!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user