This commit is contained in:
Dragon Fire
2024-05-01 23:59:45 -04:00
parent 646bab3f39
commit be371d7009
+1 -1
View File
@@ -78,7 +78,7 @@ module.exports = class HungerGamesCommand extends Command {
} catch { } catch {
return buttonPress.reply({ content: 'See you next time!', components: [] }); return buttonPress.reply({ content: 'See you next time!', components: [] });
} }
buttonPress.update(text, { components: [] }); buttonPress.update({ content: text, components: [] });
if (!bloodbath) sun = !sun; if (!bloodbath) sun = !sun;
if (bloodbath) bloodbath = false; if (bloodbath) bloodbath = false;
} }