fixed some internal callbacks

This commit is contained in:
hydrabolt
2015-08-15 21:01:47 +01:00
parent 1b1d027f1e
commit 73e9e9ec4c
4 changed files with 67 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ var time = Date.now();
// When the bot is ready to go, output to the console
hydrabot.on( "ready", function() {
console.log( "Ready in "+ (Date.now() - time) +"ms!" );
console.log(hydrabot.PMList);
console.log(Commands);
} );
// When the bot gets disconnected, exit.