mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = class LieSwatterCommand extends Command {
|
||||
const collector = msg.channel.createMessageComponentCollector({
|
||||
filter: res => players.includes(res.user.id),
|
||||
componentType: ComponentType.Button,
|
||||
max: max,
|
||||
max,
|
||||
time: 30000
|
||||
});
|
||||
const answers = [];
|
||||
|
||||
Reference in New Issue
Block a user