diff --git a/index.js b/index.js index 39a84294..5e4ac471 100644 --- a/index.js +++ b/index.js @@ -182,8 +182,8 @@ client.once('ready', () => { client.user.setGame(";help | dragonfire535"); }); -//process.on('unhandledRejection', function(reason, p){ - // console.log("A Possibly Unhandled Rejection has Occurred."); -//}); +process.on('unhandledRejection', function(reason, p){ + console.log("A Possibly Unhandled Rejection has Occurred."); +}); client.login(config.token); \ No newline at end of file