From 78e7c70d7bde3ae0419ed4082f0d664aa5bf5765 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 6 Nov 2017 22:49:13 +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 b65d63a7..be752b3c 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 { cards: chosen }); } - if (!chosenCards.length) { + if (!chosenCards.size) { await msg.say('Hmm... No one even tried.'); break; }