fixed references to update items

This commit is contained in:
Amish Shah
2016-01-01 18:27:08 +00:00
parent 21be3d3c77
commit 2000b62b36
6 changed files with 19 additions and 2 deletions

View File

@@ -48,6 +48,10 @@ client.on("message", msg => {
}
}
if (msg.content === "what is my name") {
msg.reply(msg.channel.server.members.get("id", msg.sender.id));
}
if(msg.content === "replyme"){
msg.reply("hi");
}