lib/slack-ruby-bot/bot.rb in slack-ruby-bot-0.9.0 vs lib/slack-ruby-bot/bot.rb in slack-ruby-bot-0.10.0
- old
+ new
@@ -9,9 +9,9 @@
def self.instance
SlackRubyBot::App.instance
end
def self.call(client, data, _match)
- client.say(channel: data.channel, text: "Sorry <@#{data.user}>, I don't understand that command!", gif: 'idiot')
+ client.say(channel: data.channel, text: "Sorry <@#{data.user}>, I don't understand that command!", gif: 'understand')
end
end
end