diff --git a/Server/commands/ping.js b/Server/commands/ping.js index e4a5406..4d8a85c 100644 --- a/Server/commands/ping.js +++ b/Server/commands/ping.js @@ -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