mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
30s -> 60s in Connect Four
This commit is contained in:
@@ -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!');
|
||||
|
||||
Reference in New Issue
Block a user