fix reload message parsing

This commit is contained in:
Nathaniel Mason 2022-04-22 21:07:25 +01:00
parent 9c28f9f228
commit 7d10366f01

View file

@ -12,7 +12,7 @@ module.exports = {
})), })),
async parseMessage (client, config, message, args) { async parseMessage (client, config, message, args) {
await message.channel.send(this.handle(client, config, message.author, args.split(' '))); await message.channel.send(this.handle(client, config, message.author, args));
}, },
async parseInteraction (client, config, interaction) { async parseInteraction (client, config, interaction) {