Creates a new autocomplete
The name of the command that triggers the autocomplete
The callback of the autocomplete
module.exports.default = new Autocomplete('ping', (client, interaction) => {
// ...
});
The callback of the autocomplete
The name of the command that triggers the autocomplete
Generated using TypeDoc
Represents an autocomplete