From 08fc3c11b70e5cac97d24b33abecab04e5b139ba Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 12 Apr 2024 18:36:20 -0400 Subject: [PATCH] Clean up --- commands/games-mp/lie-swatter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index de84b2e4..d134b061 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -102,7 +102,6 @@ module.exports = class LieSwatterCommand extends Command { It was... **${question.answer ? 'true' : 'a lie'}**! _Fastest Guess: ${correct.length ? `${pts.get(correct[0].id).user.tag} (+75 pts)` : 'No One...'}_ - ${questions.length ? '_Next round starting in 5 seconds..._' : ''} `); if (lastTurnTimeout) lastTurnTimeout = false;