This commit is contained in:
Dragon Fire
2021-01-11 20:53:31 -05:00
parent fc66ebbb7b
commit 049edadf80
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class ShutdownCommand extends Command {
const verification = await verify(msg.channel, msg.author);
if (verification) {
await msg.reply('Waiting...');
while (games > 0 || calls > 0) delay(5000);
while (games > 0 || calls > 0) await delay(5000);
}
}
try {