mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 15:57:42 +02:00
Clean up lie swatter
This commit is contained in:
@@ -58,8 +58,7 @@ module.exports = class LieSwatterCommand extends Command {
|
|||||||
const question = questions[0];
|
const question = questions[0];
|
||||||
questions.shift();
|
questions.shift();
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
**${turn}. ${question.category}**
|
**${turn}. ${question.category}** ${question.question}
|
||||||
${question.question}
|
|
||||||
|
|
||||||
_Is it True or is it a Lie?_
|
_Is it True or is it a Lie?_
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user