mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Beep
This commit is contained in:
@@ -110,7 +110,7 @@ module.exports = class CardsAgainstHumanityCommand extends Command {
|
|||||||
${czar.user}, which cards do you pick?
|
${czar.user}, which cards do you pick?
|
||||||
**Black Card**: ${escapeMarkdown(black.text)}
|
**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 => {
|
const filter = res => {
|
||||||
if (res.author.id !== czar.user.id) return false;
|
if (res.author.id !== czar.user.id) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user