diff --git a/index.js b/index.js index 45ea5f07..0b6e48b7 100644 --- a/index.js +++ b/index.js @@ -191,7 +191,7 @@ client.once('ready', () => { }); process.on('unhandledRejection', function(reason, p){ - console.log("Possibly Unhandled Rejection at: Promise ", p, " reason: ", reason); + console.log("A Possibly Unhandled Rejection has Occurred."); }); client.login(config.token); \ No newline at end of file