diff --git a/commands/mp-games/connect-four.js b/commands/mp-games/connect-four.js index 8ea87a3f..4bf278a2 100644 --- a/commands/mp-games/connect-four.js +++ b/commands/mp-games/connect-four.js @@ -68,7 +68,7 @@ module.exports = class ConnectFourCommand extends Command { }; const turn = await msg.channel.awaitMessages(filter, { max: 1, - time: 30000 + time: 60000 }); if (!turn.size) { await msg.say('Sorry, time is up!');