diff --git a/index.js b/index.js index 24868fee..0b6e48b7 100644 --- a/index.js +++ b/index.js @@ -190,8 +190,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