From 887030e4f6043adf8cdbe41f29affbbdd0f081b8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 21:09:03 -0400 Subject: [PATCH] Fix lint --- commands/games-sp/hunger-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 49c8183c..5c688e91 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -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}**!