diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index 246fd3ac..17ad7b1f 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -57,7 +57,7 @@ module.exports = class LieSwatterCommand extends Command { ++turn; const question = questions[0]; questions.shift(); - await msg.say(`**${turn}. ${question.category}** ${question.question}\n_Is it True or is it a Lie?_`); + await msg.say(`**(${turn}) ${question.category}**\n${question.question}\n\n_Is it True or is it a Lie?_`); const filter = res => { if (!awaitedPlayers.includes(res.author.id)) return false; const answer = res.content.toLowerCase();