mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-17 10:46:01 +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);
|
||||
},
|
||||
};
|
||||
};
|
@ -26,7 +26,7 @@ module.exports = {
|
||||
};
|
||||
});
|
||||
}
|
||||
console.log(`- DB Set - Shard: ${client.shard.ids} -`);
|
||||
console.log(`- DB Set - Shard:${client.shard.ids} -`);
|
||||
client.user.setActivity(`@${client.user.username} help | 🎶`, {
|
||||
type: "LISTENING",
|
||||
});
|
||||
@ -54,4 +54,4 @@ module.exports = {
|
||||
client.funcs.ffmpeg(client, Discord);
|
||||
}, 7200000);
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user