From ba5c15e000c462f6b8422929f0ca3dacd6aac9b6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 13 Apr 2024 01:36:02 -0400 Subject: [PATCH] Fix delay --- commands/games-mp/lie-swatter.js | 1 + 1 file changed, 1 insertion(+) 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 {