mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
fixed ambiguousness
This commit is contained in:
1
index.js
1
index.js
@@ -163,6 +163,7 @@ function doCommand(msg, prefix) {
|
||||
else {
|
||||
var command = message.replace("@" + msg.guild.me.displayName, "").trim().split(" ", 1)[0];
|
||||
msg.suffix = message.replace("@" + msg.guild.me.displayName, "").replace(command, "").trim()
|
||||
//msg.mentions.users = msg.mentions.users.filter(mention => mention.id != client.user.id);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user