mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
reply no longer mentions in PM
for much more fluent conversations in PM
This commit is contained in:
@@ -42,7 +42,7 @@ client.on("message", msg => {
|
||||
}
|
||||
|
||||
if (msg.content === "$$$") {
|
||||
client.sendMessage(msg.sender, "hi!");
|
||||
client.reply(msg, "hi!");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user