Sha256: 2d122d011fc5a7c4a83fd323931e160d6c5cb458e74c19121f2f99b807e55df0
Contents?: true
Size: 281 Bytes
Versions: 6
Compression:
Stored size: 281 Bytes
Contents
module SlackRubyBot module Commands class Default < Base command 'about' match(/^(?<bot>[\w[:punct:]@<>]*)$/) def self.call(client, data, _match) send_message_with_gif client, data.channel, SlackRubyBot::ABOUT, 'selfie' end end end end
Version data entries
6 entries across 6 versions & 1 rubygems