diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-05-03 22:48:57 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-05-03 22:48:57 -0400 |
| commit | 1401c9789ad8d5374caad3e77894db3b26e68f98 (patch) | |
| tree | 809578d2501ed39da356ac104a1d588feec80e27 /bot.js | |
| parent | 5d0d3a85e3289822475d083de9c6df25fed9615b (diff) | |
| download | PokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.tar.gz PokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.tar.bz2 PokeBot-1401c9789ad8d5374caad3e77894db3b26e68f98.zip | |
whoops
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -166,7 +166,6 @@ process.on('unhandledRejection', (err) => { console.error(err.stack); bot.Raven.captureException(err); }); - bot.login(config.token).then(() => { rl.prompt(); }); |
