Clean up lie swatter

This commit is contained in:
Dragon Fire
2024-04-12 18:35:06 -04:00
parent ffe3703080
commit 4d0b2d64eb
+1 -2
View File
@@ -58,8 +58,7 @@ module.exports = class LieSwatterCommand extends Command {
const question = questions[0];
questions.shift();
await msg.say(stripIndents`
**${turn}. ${question.category}**
${question.question}
**${turn}. ${question.category}** ${question.question}
_Is it True or is it a Lie?_
`);