Hey @dblock, thanks for all you've done here.
According to Slack (https://api.slack.com/changelog/2021-10-rtm-start-to-stop), the rtm.connect method will still be supported past September 2022?
Indeed if I set that method of connecting as default to a new 'classic' bot, slack-ruby-bot seems to work really well.
The scope of this repo and framework fits my needs better as I don' t need a standalone webserver and a separate db, I can just add it to my existing Rails app (which is intentional as I'm trying to integrate its data with Slack), avoiding a lot of complexity & duplication. So, are we calling time on this repo too early?
Might it make sense to build a back-end-less bot framework on the newer api methods?
Apologies, I'm new to the Slack space and your repos, I'm probably missing some nuances and issues with that approach.