mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +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, {
|
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!');
|
||||||
|
|||||||
Reference in New Issue
Block a user