mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix
This commit is contained in:
@@ -50,9 +50,9 @@ module.exports = class BoxChoosingCommand extends Command {
|
|||||||
if (this.red.has(msg.author.id)) this.red.delete(msg.author.id);
|
if (this.red.has(msg.author.id)) this.red.delete(msg.author.id);
|
||||||
if (this.blue.has(msg.author.id)) this.blue.delete(msg.author.id);
|
if (this.blue.has(msg.author.id)) this.blue.delete(msg.author.id);
|
||||||
} else {
|
} else {
|
||||||
path += pick;
|
|
||||||
this[pick].add(msg.author.id);
|
this[pick].add(msg.author.id);
|
||||||
}
|
}
|
||||||
|
path += pick;
|
||||||
i = 0;
|
i = 0;
|
||||||
} else {
|
} else {
|
||||||
const verification = await verify(msg.channel, msg.author, 120000);
|
const verification = await verify(msg.channel, msg.author, 120000);
|
||||||
|
|||||||
Reference in New Issue
Block a user