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}**!