Sha256: 752470ee7ccb0ed3eaa092e5fbb5fd2b86737888219c20aba9b3c59db3ec7b04

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module SlackRubyBot
  module Commands
    class Default < Base
      command 'default'
      command 'about'

      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.2.0 lib/slack-ruby-bot/commands/about.rb