This commit is contained in:
Dragon Fire
2024-04-12 18:35:49 -04:00
parent 4d0b2d64eb
commit f06b5b029f
+2 -1
View File
@@ -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?_
`); `);