diff --git a/index.js b/index.js index dec314bf..196096c9 100644 --- a/index.js +++ b/index.js @@ -123,7 +123,7 @@ client.once('ready', () => { }); process.on('unhandledRejection', function (reason, p) { - console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason); + console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason + p); }); client.login(config.token); \ No newline at end of file