mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Beep
This commit is contained in:
@@ -100,7 +100,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command {
|
|||||||
id: player.id,
|
id: player.id,
|
||||||
cards: chosen
|
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) {
|
if (!chosenCards.size) {
|
||||||
await msg.say('Hmm... No one even tried.');
|
await msg.say('Hmm... No one even tried.');
|
||||||
|
|||||||
Reference in New Issue
Block a user