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; }