mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +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
|
// When the bot is ready to go, output to the console
|
||||||
hydrabot.on( "ready", function() {
|
hydrabot.on( "ready", function() {
|
||||||
console.log( "Ready in "+ (Date.now() - time) +"ms!" );
|
console.log( "Ready in "+ (Date.now() - time) +"ms!" );
|
||||||
console.log(Commands);
|
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// When the bot gets disconnected, exit.
|
// When the bot gets disconnected, exit.
|
||||||
|
|||||||
Reference in New Issue
Block a user