#2 Devlog
Cleaned up the Slack bot structure today by moving setup into config and splitting the handlers into separate files.
Also got Slack shortcut finally working, took me a while to get it actually working, the issue was that the shortcut handler module was not being loaded so @app.shortcut("open_modal") never got registered with Slack.