mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Breaking
This commit is contained in:
@@ -148,7 +148,8 @@ module.exports = class ChessCommand extends Command {
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
const turn = await msg.channel.awaitMessages(pickFilter, {
|
const turn = await msg.channel.awaitMessages({
|
||||||
|
filter: pickFilter,
|
||||||
max: 1,
|
max: 1,
|
||||||
time: Math.min(userTime, 600000)
|
time: Math.min(userTime, 600000)
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user