diff --git a/commands/games/cards-against-humanity.js b/commands/games/cards-against-humanity.js index 7f074ff7..7cdcba15 100644 --- a/commands/games/cards-against-humanity.js +++ b/commands/games/cards-against-humanity.js @@ -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.');