This commit is contained in:
Daniel Odendahl Jr
2017-11-07 02:15:07 +00:00
parent 78b9273401
commit a8c1571ff1
+1 -1
View File
@@ -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...
`);