Sha256: b079af6a4ee0827aa9e6674c30cb79188e0c9aaa6f8d2a70787490ee3dc0fbd6
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
module SlackRubyBot module Commands class Default < Base command 'about' match(/^(?<bot>\w*)$/) def self.call(client, data, _match) send_message_with_gif client, data.channel, SlackRubyBot::ABOUT, 'selfie' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-bot-0.4.2 | lib/slack-ruby-bot/commands/about.rb |
slack-ruby-bot-0.4.1 | lib/slack-ruby-bot/commands/about.rb |
slack-ruby-bot-0.4.0 | lib/slack-ruby-bot/commands/about.rb |