mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fixed mentions even though they will be changed in the future... why
This commit is contained in:
@@ -26,6 +26,10 @@ client.on("message", msg => {
|
||||
client.destroy();
|
||||
}
|
||||
|
||||
if(msg.content === "replyme"){
|
||||
msg.reply("hi");
|
||||
}
|
||||
|
||||
if (msg.content === "$perms") {
|
||||
msg.reply(client.channels.get("id", msg.channel.id));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user