mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:26:21 +02:00
Fix delay
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user