Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Attempt 2 and 3 are both feature requests and we should have that. Want to attempt a PR? Generally I'd like `.to respond_with_slack_message` or `.to respond_with_slack_messages` to work without arguments...
Implemented in https://github.com/slack-ruby/slack-ruby-bot/pull/216.
Can someone carefully read https://api.slack.com/docs/token-types#bot and maybe open a ticket with Slack? AFAIK this was being deprecated and one needs to install apps via oauth workflow and all that. I...
See https://github.com/slack-ruby/slack-ruby-bot/issues/252#issuecomment-607017869 which is a step-by-step repro of getting to the `not_allowed_token_type` error. The deployment guide has been updated to describe how to create a "classic" bot in #251.
@leechou Can you clarify? The client will raise exceptions on error today and returns results of API calls. What did you mean?
Nothing built out of the box to do that. Most assumptions are around the fact that the bot receives a well formed slack message via an RTM api. For slash...
Seems like a legit issue.
Moved to OpenSearch-Dashboards.
Would love this implemented to match all scans, as well as allowing us to toggle the behavior.
Did you dig through https://github.com/slack-ruby/slack-ruby-bot/tree/master/spec/slack-ruby-bot/hooks? Maybe an RSpec helper could do better, PRs welcome.