From 9117bfce01237b41c3819aa854ebb04d5699be2f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 00:05:08 -0400 Subject: [PATCH] Fix --- commands/games-sp/hunger-games.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 755247af..e50bb5bf 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -75,11 +75,11 @@ module.exports = class HungerGamesCommand extends Command { }); if (buttonPress.customId === 'false') { await buttonPress.update({ content: text, components: [] }); - return msg.reply('Too bad...', { components: [] }); + return msg.reply('Too bad...'); } } catch { await buttonPress.update({ content: text, components: [] }); - return msg.reply('See you next time!', { components: [] }); + return msg.reply('See you next time!'); } await buttonPress.update({ content: text, components: [] }); if (!bloodbath) sun = !sun;