Fix delay

This commit is contained in:
Dragon Fire
2024-04-13 01:36:02 -04:00
parent 3a5502dd6f
commit ba5c15e000
+1
View File
@@ -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 {