mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
Fix Lint
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class MadLibsCommand extends Command {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
};
|
||||||
const choice = await msg.channel.awaitMessages(filter, {
|
const choice = await msg.channel.awaitMessages(filter, {
|
||||||
max: 1,
|
max: 1,
|
||||||
time: 120000
|
time: 120000
|
||||||
|
|||||||
Reference in New Issue
Block a user