1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-07 07:30:50 +00:00
This commit is contained in:
MatteZ02
2020-04-21 14:29:36 +03:00
parent 32c476a3f6
commit 3532cc00d3
8 changed files with 8 additions and 37 deletions

View File

@ -1,5 +1,3 @@
const { db } = require("../../../index-.js");
module.exports = {
name: "message",
async execute(client, msg, Discord) {
@ -50,4 +48,4 @@ module.exports = {
return msg.channel.send(client.messages.devMode);
client.funcs.exe(msg, args, client, Discord, command);
},
};
};