diff --git a/commands/games/cards-against-humanity.js b/commands/games/cards-against-humanity.js index 7883f54c..18b828bf 100644 --- a/commands/games/cards-against-humanity.js +++ b/commands/games/cards-against-humanity.js @@ -110,7 +110,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command { ${czar.user}, which cards do you pick? **Black Card**: ${escapeMarkdown(black.text)} - ${chosenCards.map(card => `**${card.id}.** ${card.cards.join(', ')}`)} + ${chosenCards.map(card => `**${card.id}.** ${card.cards.join(', ')}`).join('\n')} `); const filter = res => { if (res.author.id !== czar.user.id) return false;