mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Fix lint
This commit is contained in:
@@ -108,7 +108,7 @@ module.exports = class LieSwatterCommand extends Command {
|
||||
});
|
||||
}
|
||||
|
||||
async getChoices(msg, text, max, players) {
|
||||
getChoices(msg, text, max, players) {
|
||||
const collector = msg.channel.createMessageComponentCollector({
|
||||
filter: res => players.includes(res.user.id),
|
||||
componentType: ComponentType.Button,
|
||||
|
||||
Reference in New Issue
Block a user