fixed PM issues

This commit is contained in:
hydrabolt
2015-08-15 18:59:47 +01:00
parent c4c9df80c6
commit 1b1d027f1e
3 changed files with 40 additions and 29 deletions

View File

@@ -33,6 +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);
} );
// When the bot gets disconnected, exit.