From 1401c9789ad8d5374caad3e77894db3b26e68f98 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 3 May 2018 22:48:57 -0400 Subject: whoops --- bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.js b/bot.js index b0d715f..2f46f23 100644 --- a/bot.js +++ b/bot.js @@ -166,7 +166,6 @@ process.on('unhandledRejection', (err) => { console.error(err.stack); bot.Raven.captureException(err); }); - bot.login(config.token).then(() => { rl.prompt(); }); -- cgit v1.2.3