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