#37 Implement v1 Web Apps #41

Merged
logan merged 58 commits from #37-implement-webapps into master 2023-08-04 23:46:50 -04:00
Showing only changes of commit 6b37a48061 - Show all commits

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;