Update default command with autocomplete
This commit is contained in:
@@ -18,6 +18,9 @@ module.exports = {
|
|||||||
requiresTokens: false,
|
requiresTokens: false,
|
||||||
defaultTokenUsage: 0,
|
defaultTokenUsage: 0,
|
||||||
deferInitialReply: false,
|
deferInitialReply: false,
|
||||||
|
/*async autocomplete(interaction) {
|
||||||
|
const focusedValue = interaction.options.getFocused();
|
||||||
|
},*/
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
try{
|
try{
|
||||||
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command
|
await interaction.channel.send('**Pong.**'); // TODO - Add insults as the response to this command
|
||||||
|
|||||||
Reference in New Issue
Block a user