Module: SlackRubyBot::Hooks::Hello
Instance Method Summary collapse
Methods included from Base
Instance Method Details
#hello(client, _data) ⇒ Object
6 7 8 |
# File 'lib/slack-ruby-bot/hooks/hello.rb', line 6 def hello(client, _data) logger.info "Successfully connected to #{client.url || 'slack'}." end |