mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Beep
This commit is contained in:
@@ -100,7 +100,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command {
|
||||
id: player.id,
|
||||
cards: chosen
|
||||
});
|
||||
await msg.say(`Nice! Return to ${msg.channel} to await the results!`);
|
||||
await player.user.send(`Nice! Return to ${msg.channel} to await the results!`);
|
||||
}
|
||||
if (!chosenCards.size) {
|
||||
await msg.say('Hmm... No one even tried.');
|
||||
|
||||
Reference in New Issue
Block a user