I'm a bit confused on how I can properly use this to handle events like react added.
When I create the bot := slacker .... it has the SocketModeHandler as part of the struct, but I'm unclear on the proper registration of handling specific events and had trouble translating from go-slack to this. No "HandleEvents" type methods existed, only unsupported interactions seemed available.
Any tips for handling event triggers, any examples? I'll do some github searching for more outside this repo, but figured I'd ask in case anyone has something to share :-)