lib/slack-ruby-bot/bot.rb in slack-ruby-bot-0.15.0 vs lib/slack-ruby-bot/bot.rb in slack-ruby-bot-0.16.0
- old
+ new
@@ -11,9 +11,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: 'understand')
+ client.say(channel: data.channel, text: "Sorry <@#{data.user}>, I don't understand that command!")
end
end
end