mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +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: [] });
|
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}**!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user