This commit is contained in:
Daniel Odendahl Jr
2017-11-06 23:30:16 +00:00
parent a2ca0a0cc6
commit 8d310f759b
+1 -1
View File
@@ -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;