From 052dc251a15d02ccf2b7b8f7b9b678ea18ab3133 Mon Sep 17 00:00:00 2001 From: Sophie Marie Date: Thu, 5 Jan 2023 12:27:17 -0600 Subject: [PATCH] Remove unnecessary comment. --- commands/about.js | 1 - 1 file changed, 1 deletion(-) 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));