mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-22 18:03:17 +00:00
Update msg.js
This commit is contained in:
parent
e62bec318a
commit
388597412a
@ -10,7 +10,7 @@ module.exports = {
|
||||
if (!permission.has("SEND_MESSAGES")) return;
|
||||
if (msg.mentions.users.first()) {
|
||||
if (msg.mentions.users.first().id === client.user.id) {
|
||||
if (!args[1]) return;
|
||||
if (!args[1] || args[0] !== `@!${client.user.id}>`) return;
|
||||
if (args[1] === "prefix") {
|
||||
if (!args[2])
|
||||
return msg.channel.send(
|
||||
@ -41,4 +41,4 @@ function getCommand(client, args, msg, Discord) {
|
||||
if (client.config.devMode && msg.member.id !== client.config.devId && msg.guild.id !== "718081535240306738")
|
||||
return msg.channel.send(client.messages.devMode);
|
||||
client.funcs.exe(msg, args, client, Discord, command);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user