Skellington-Closet / skellington

:sparkles::skull::sparkles: The skeleton for your bots
MIT License
64 stars 6 forks source link

adds startRtm option for slack apps #51

Closed colestrode closed 7 years ago

colestrode commented 7 years ago

Setting startRtm to strictly false will cause Skellington to not start an RTM connection for new teams or teams added from storage.

This is useful for creating a Slack app that uses the Events API. If events are coming from both the Events API and the RTM API, the bot will receive duplicate messages and process them more than once.