mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix
This commit is contained in:
@@ -75,11 +75,11 @@ module.exports = class HungerGamesCommand extends Command {
|
|||||||
});
|
});
|
||||||
if (buttonPress.customId === 'false') {
|
if (buttonPress.customId === 'false') {
|
||||||
await buttonPress.update({ content: text, components: [] });
|
await buttonPress.update({ content: text, components: [] });
|
||||||
return msg.reply('Too bad...', { components: [] });
|
return msg.reply('Too bad...');
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
await buttonPress.update({ content: text, components: [] });
|
await buttonPress.update({ content: text, components: [] });
|
||||||
return msg.reply('See you next time!', { components: [] });
|
return msg.reply('See you next time!');
|
||||||
}
|
}
|
||||||
await buttonPress.update({ content: text, components: [] });
|
await buttonPress.update({ content: text, components: [] });
|
||||||
if (!bloodbath) sun = !sun;
|
if (!bloodbath) sun = !sun;
|
||||||
|
|||||||
Reference in New Issue
Block a user