mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 07:30:50 +00:00
fix
This commit is contained in:
@ -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);
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user