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