mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
updated readme
This commit is contained in:
@@ -40,7 +40,6 @@ hydrabot.on( "ready", function() {
|
||||
hydrabot.on( "disconnected", function( obj ) {
|
||||
// Say we couldn't connect and then exit
|
||||
console.log( "Disconnected - " + obj.reason );
|
||||
console.log(obj.error);
|
||||
process.exit( 0 );
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user