aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js1
1 files changed, 0 insertions, 1 deletions
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();
});