bin/commands/reactions.rb in slack-ruby-client-0.5.4 vs bin/commands/reactions.rb in slack-ruby-client-0.6.0

- old
+ new

@@ -1,5 +1,5 @@ -# This file was auto-generated by lib/slack/web/api/tasks/generate.rake +# This file was auto-generated by lib/tasks/web.rake desc 'Reactions methods.' command 'reactions' do |g| g.desc 'This method adds a reaction (emoji) to an item (file, file comment, channel message, group message, or direct message).' g.long_desc %( This method adds a reaction (emoji) to an item (file, file comment, channel message, group message, or direct message). One of file, file_comment, or the combination of channel and timestamp must be specified. )