reply no longer mentions in PM

for much more fluent conversations in PM
This commit is contained in:
Amish Shah
2015-12-09 18:56:20 +00:00
parent d9b9d1d0a3
commit a789b1f396
3 changed files with 160 additions and 151 deletions

View File

@@ -42,7 +42,7 @@ client.on("message", msg => {
}
if (msg.content === "$$$") {
client.sendMessage(msg.sender, "hi!");
client.reply(msg, "hi!");
}
});