hanu icon indicating copy to clipboard operation
hanu copied to clipboard

Golang Framework for writing Slack bots

Results 3 hanu issues
Sort by recently updated
recently updated
newest added

This puts the changes from #14 into the master branch and tags it with 2.0.0 so it can work with go modules.

Hi, Thanks for your great work. I'm asking for a way to handle unknown commands. My bot is handling 2 commands as the following. ```go slack.Command("shout ", func(conv hanu.ConversationInterface) {...