Update default command with autocomplete

This commit is contained in:
Logan Cusano
2023-06-03 23:35:07 -04:00
parent 8ab611836b
commit c6c048c919

View File

@@ -18,6 +18,9 @@ module.exports = {
requiresTokens: false,
defaultTokenUsage: 0,
deferInitialReply: false,
/*async autocomplete(interaction) {
const focusedValue = interaction.options.getFocused();
},*/
async execute(interaction) {
try{
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command