Fixed message.isMentioned

This commit is contained in:
Amish Shah
2015-12-12 21:37:34 +00:00
parent c2cf1badfd
commit c9c1b19968
3 changed files with 7 additions and 2 deletions

View File

@@ -30,6 +30,11 @@ client.on("message", msg => {
client.destroy();
}
if (msg.content === "$perms") {
}
if (msg.content.startsWith("$play")) {
var url = msg.content.split(" ")[1];