This commit is contained in:
Daniel Odendahl Jr
2017-11-06 23:26:35 +00:00
parent 908070648a
commit 10d5f3a684
+1 -1
View File
@@ -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.');