Whoops, compiled the changes this time :P

This commit is contained in:
hydrabolt
2015-09-01 22:30:34 +01:00
parent 67edc5f5e6
commit 8d6ece0b35
6 changed files with 28 additions and 2 deletions

View File

@@ -27,6 +27,13 @@ mybot.on("message", function (message) {
}
});
mybot.on("ready", function(){
console.log("im ready");
setInterval(function(){
console.log(mybot.websocket.state, "state");
}, 2000);
})
function dump(msg) {
console.log(msg);
}