Remove unnecessary comment.
This commit is contained in:
parent
18d3ea778d
commit
052dc251a1
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Reference in a new issue