mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fixed message.isMentioned
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user