aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-05-03 22:48:57 -0400
committerUnknown <jtsshieh@outlook.com>2018-05-03 22:48:57 -0400
commit1401c9789ad8d5374caad3e77894db3b26e68f98 (patch)
tree809578d2501ed39da356ac104a1d588feec80e27 /bot.js
parent5d0d3a85e3289822475d083de9c6df25fed9615b (diff)
downloadPokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.tar.gz
PokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.tar.bz2
PokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.zip
whoops
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();
});