diff options
| -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(); }); |
