This commit is contained in:
hydrabolt
2015-09-12 15:46:22 +01:00
parent 833f0478d4
commit 527947dbd3
8 changed files with 3602 additions and 7 deletions

View File

@@ -17,8 +17,7 @@ mybot.on("message", function (message) {
}
// we can go ahead :)
console.log(message.sender.username);
mybot.sendMessage(message.channel, message.sender.username);
mybot.sendMessage(message.author, message.sender.username);
});
mybot.on("ready", function () {