added channel deletion monitoring and uptime

This commit is contained in:
hydrabolt
2015-08-24 22:13:33 +01:00
parent b3c030a8f5
commit 278ceeee9c
3 changed files with 61 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ mybot.on("ready", function(){
})
mybot.on("message", function(msg){
console.log("Another message by "+msg.author.username+"... now I have "+mybot.messages.length);
console.log("Another message by "+msg.author.username+"... now I have "+mybot.messages.length + " I have been online for " + mybot.uptime);
})
mybot.on("messageDelete", function(channel, message){