diff options
| -rw-r--r-- | bot.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ const nodes = [ process.on('unhandledRejection', (err) => { console.error(err.stack); + bot.Raven.captureException(err); }); bot.login(config.token).then(() => { |
