Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
The say method is implemented [here](https://github.com/slack-ruby/slack-ruby-bot/blob/922954689aef62b2658273def2bcf14f62b7e7f3/lib/slack-ruby-bot/client.rb#L48) and is a wrapper on [message](https://github.com/slack-ruby/slack-ruby-client/blob/6f49e2bd4d803ef0cac42d45f1931bb550e9511b/lib/slack/real_time/api/message.rb#L14) which itself calls [send_json](https://github.com/slack-ruby/slack-ruby-client/blob/6f49e2bd4d803ef0cac42d45f1931bb550e9511b/lib/slack/real_time/client.rb#L209) which itself calls [send_data](https://github.com/slack-ruby/slack-ruby-client/blob/6f49e2bd4d803ef0cac42d45f1931bb550e9511b/lib/slack/real_time/socket.rb#L17) to the slack connected real-time socket. What you're looking for...
> Just a follow up question, my app was actually created through the steps of the [`slack-ruby-server`](https://github.com/slack-ruby/slack-ruby-bot-server) gem, because I didn't want to have a legacy app. However if i...
> Hey its been a while. I've started writing something for the readme on my forked repo, and I've taken the liberty to create an index and i was wondering...
One more note, `channels_list` is a paginated API and in the example above you only get page 1 that might not contain `#general`. If you do paginate, depending on how...
@chuckremes care to pitch in?
Everyone should be making PRs!
I would appreciate a PR that changes this, please.
That's where any fix should go and that's where I would look.
Because of https://github.com/dblock/slack-ruby-bot/blob/19b48982e391d06e8ba35eb40c6d49035fa4f431/lib/slack-ruby-bot/hooks/message.rb#L29
No progress on my side @laertispappas.