doing stuff

This commit is contained in:
Andrew Lee 2017-07-28 22:53:28 -04:00
parent ab94eb9aa2
commit a987952182

View file

@ -179,9 +179,6 @@ client.on("message", function(message){
});
process.on('unhandledRejection', function(err, p) {
console.log("[ERROR | UNCAUGHT PROMISE] " + err.stack);
});
client.login (config.token).catch(function() {
console.log("[ERROR] Login failed. Please contact Alee14#9928 or email him at alee14498@gmail.com.");