From 10d5f3a6842d403dcd3fda8ee1c4f4a6cee6af5a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 6 Nov 2017 23:26:35 +0000 Subject: [PATCH] Beep --- commands/games/cards-against-humanity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.');