From fd81dcd77ed62c70215af2ffd897971b2a752312 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 00:05:55 -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 e50bb5bf..addc192e 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...'); + return msg.say('Too bad...'); } } catch { await buttonPress.update({ content: text, components: [] }); - return msg.reply('See you next time!'); + return msg.say('See you next time!'); } await buttonPress.update({ content: text, components: [] }); if (!bloodbath) sun = !sun;