mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
fixed PM issues
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user