Remove unnecessary comment.

This commit is contained in:
Sophie Marie 2023-01-05 12:27:17 -06:00
parent 18d3ea778d
commit 052dc251a1
No known key found for this signature in database
GPG key ID: 0C9FB786E7770775

View file

@ -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));