mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -58,7 +58,8 @@ 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}** ${question.question}
|
**${turn}. ${question.category}**
|
||||||
|
${question.question.trim()}
|
||||||
|
|
||||||
_Is it True or is it a Lie?_
|
_Is it True or is it a Lie?_
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user