Update jsDoc in utils
This commit is contained in:
@@ -119,7 +119,12 @@ exports.getClientObjectByClientID = (clientId) => {
|
||||
return undefined
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Wrapper to filter auto complete
|
||||
*
|
||||
* @param {*} interaction
|
||||
* @param {*} options
|
||||
*/
|
||||
exports.filterAutocompleteValues = async (interaction, options) => {
|
||||
// Get the command used
|
||||
const command = interaction.command;
|
||||
|
||||
Reference in New Issue
Block a user