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