mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Beep
This commit is contained in:
@@ -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...
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user