From be371d7009c475bc9f6da5cb0aff948c75d0e0a0 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 1 May 2024 23:59:45 -0400 Subject: [PATCH] Fix --- 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 16bf1022..422ed315 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -78,7 +78,7 @@ module.exports = class HungerGamesCommand extends Command { } catch { return buttonPress.reply({ content: 'See you next time!', components: [] }); } - buttonPress.update(text, { components: [] }); + buttonPress.update({ content: text, components: [] }); if (!bloodbath) sun = !sun; if (bloodbath) bloodbath = false; }