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;