This commit is contained in:
Dragon Fire
2024-04-12 18:36:20 -04:00
parent f06b5b029f
commit 08fc3c11b7
-1
View File
@@ -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;