mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user