mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
fix auto complete
This commit is contained in:
parent
96ec85f14a
commit
74c0fd0fd1
@ -10,10 +10,10 @@ module.exports = class extends Listener {
|
||||
}
|
||||
|
||||
run({
|
||||
autocompleter,
|
||||
completer,
|
||||
interaction,
|
||||
}) {
|
||||
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${autocompleter.id}" autocompleter`);
|
||||
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${completer.id}" autocompleter`);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
@ -205,10 +205,10 @@ module.exports = class extends Listener {
|
||||
});
|
||||
|
||||
// TODO: staff status alert, working hours alerts
|
||||
} else {
|
||||
// TODO: auto tag
|
||||
}
|
||||
|
||||
// TODO: auto tag
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user