diff --git a/commands/about.js b/commands/about.js index b732990..7e8d2e1 100644 --- a/commands/about.js +++ b/commands/about.js @@ -9,7 +9,6 @@ module.exports = { async parseMessage (client, config, message) { await message.channel.send(this.handle(client, config, message.author)); }, - // We'll be moving solely to Slash Commands in 1.4 async parseInteraction (client, config, interaction) { await interaction.reply(this.handle(client, config, interaction.user));