30s -> 60s in Connect Four

This commit is contained in:
Dragon Fire
2020-03-17 18:16:40 -04:00
parent 12c0f4420d
commit d5d2536341
+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = class ConnectFourCommand extends Command {
}; };
const turn = await msg.channel.awaitMessages(filter, { const turn = await msg.channel.awaitMessages(filter, {
max: 1, max: 1,
time: 30000 time: 60000
}); });
if (!turn.size) { if (!turn.size) {
await msg.say('Sorry, time is up!'); await msg.say('Sorry, time is up!');