-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't monkey-patch SlackRubyBot::Client #15
Comments
It seems that |
Possibly, but in most projects you need the actual stored team record with the token (the |
Maybe I'm missing something, but couldn't we just |
Isn't there a chicken-and-egg problem of knowing |
https://github.com/dblock/slack-ruby-bot-server/blob/master/lib/slack-ruby-bot-server/ext/slack-ruby-bot/client.rb contains a monkey patch that adds a client field to
SlackRubyBot::Client
. That shouldn't be necessary, the client instantiated should be a child ofSlackRubyBot::Client
.The text was updated successfully, but these errors were encountered: