Module: SlackRubyBot::Hooks::Hello

Extended by:
Base
Included in:
Server
Defined in:
lib/slack-ruby-bot/hooks/hello.rb

Instance Method Summary collapse

Methods included from Base

included

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