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 #{SlackRubyBot.config.url}." end |