mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
removed pointless thing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user