class SlackRespondent::Commands::About
Public Class Methods
call(client, data, _match)
click to toggle source
# File lib/slack_respondent/commands/about.rb, line 6 def self.call(client, data, _match) client.say(channel: data.channel, text: SlackRespondent::ABOUT) end
pattern()
click to toggle source
# File lib/slack_respondent/commands/about.rb, line 10 def self.pattern /^#{bot_matcher}$/u end