From 6b37a480610d20148832d143019db9e74a6dc498 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 15 Jul 2023 18:15:17 -0400 Subject: [PATCH] Update jsDoc in utils --- Server/utilities/utils.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Server/utilities/utils.js b/Server/utilities/utils.js index 2acef73..06aa75b 100644 --- a/Server/utilities/utils.js +++ b/Server/utilities/utils.js @@ -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;