slacker
slacker copied to clipboard
Slack Bot Framework
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.2 to 0.12.4. Release notes Sourced from github.com/slack-go/slack's releases. Non-breaking updates roll-up What's Changed chore: unnecessary use of fmt.Sprintf by @testwill in slack-go/slack#1212 Add Video Block by...
Removing some shomali11 references in the README by changing the urls for the Go report card and Go docs to point to the new slack-io org
Scope should be in parens and not square brackets
In a case of block suggestion which is as a part of block actions, there is no need to send ack as a response. Actually there is a need to...
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.13.0 to 0.14.0. Release notes Sourced from github.com/slack-go/slack's releases. v0.14.0 What's Changed v0.14.0 is now available. It contains no breaking changes but does include several pieces of...
I would like to manually set the `helpDefinition` to avoid triggering the help command when I write help in the message content
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...
feat: exposing request from event in interaction handler in order to Ack event with custom payload
this PR addressing https://github.com/slack-io/slacker/issues/22
Hey i in order to present error messages in View in need to preform Ack to the raw event with Error payload https://api.slack.com/surfaces/modals#displaying_errors In order to do it properly i...