mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
removed pointless thing
This commit is contained in:
parent
770775efd8
commit
0711fae926
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue