From 1d6a60908940daf8af7d6cae4d926da3e6965d79 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 18 Mar 2018 21:57:51 -0400 Subject: testing --- bot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 0ac3053..211a79b 100644 --- a/bot.js +++ b/bot.js @@ -87,6 +87,7 @@ const nodes = [ process.on('unhandledRejection', (err) => { console.error(err.stack); + bot.Raven.captureException(err); }); bot.login(config.token).then(() => { -- cgit v1.2.3