Sha256: 77ff1102c8e28ec515fd63d7e80fcbe76af4224463f01673de261e05d3cb7185

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

module SlackRubyBot
  module Commands
    class Default < Base
      def self.call(data, _command, _arguments)
        send_message_with_gif data.channel, SlackRubyBot::ABOUT, 'selfie'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-bot-0.1.0 lib/slack-ruby-bot/commands/about.rb