mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10: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(
|
||||
|
Loading…
Reference in New Issue
Block a user