slacker icon indicating copy to clipboard operation
slacker copied to clipboard

Slack Bot Framework

Results 14 slacker issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

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...