diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index 7b1ad64c..05074ad1 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -71,6 +71,7 @@ module.exports = class LieSwatterCommand extends Command { content: `No answers? Well, it was ${question.answer ? 'true' : 'a lie'}.`, components: [] }); + if (questions.length) await delay(5000); if (lastTurnTimeout) { break; } else {