diff --git a/hydrabot/hydrabot.js b/hydrabot/hydrabot.js index c9690779a..f3fdd5e91 100644 --- a/hydrabot/hydrabot.js +++ b/hydrabot/hydrabot.js @@ -33,7 +33,6 @@ 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(Commands); } ); // When the bot gets disconnected, exit.