I'm Rheo Riiiiicckk!

Results 3 comments of I'm Rheo Riiiiicckk!

More Info ``` slack = new slackBot({ token: Config.slack.token, name: 'Bot' }); console.log('Slack starting'); slack.on('start', () => { console.log('Slack started'); }); ``` outputs ``` Slack starting Error: SyntaxError: Unexpected token...

This was because of the rate limit. Still... this library shouldn't crash when it gets a non-json response.

I'm wondering why this is a "Feature Request" when 3.x supported it just fine. :(