This commit is contained in:
Dragon Fire
2024-05-02 00:05:08 -04:00
parent 605268ff17
commit 9117bfce01
+2 -2
View File
@@ -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;