Update jsDoc in utils

This commit is contained in:
Logan Cusano
2023-07-15 18:15:17 -04:00
parent 5d6d86fa47
commit 6b37a48061

View File

@@ -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;