#slackdiscord Write a shell script that autocommits a changed comment to repository which triggers a restart of the app which fixes Slack API disconnecting us after a while for unclear reasons
#slackdiscord Add handler for "close" on WebSocket, because apparently after a while Slack randomly likes to send "close" events on the connections and then everything dies and it sucks and WHY SLACK WHY
#slackdiscord Close old socket connections when Slack asks us to reconnect because I think it's rekking the Slack connection eventually because Slack only allows 10 open connections to socket mode at once
#slackdiscord Fix links being messed up when you combine a user mention with a link because Slack uses angle brackets < > for various things (e.g. users, links, channels..)