From a8c1571ff10a5303fd2406087b10d212c18d87d7 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 7 Nov 2017 02:15:07 +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 a9df87d7..ff6f8f0c 100644 --- a/commands/games/cards-against-humanity.js +++ b/commands/games/cards-against-humanity.js @@ -47,7 +47,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command { czars.shift(); const black = blackCards[Math.floor(Math.random() * blackCards.length)]; await msg.say(stripIndents` - The card czar will be **${czar.user.username}**! + The card czar will be ${czar.user}! The Black Card is: **${escapeMarkdown(black.text)}** Sending DMs... `);