bin/commands/bots.rb in slack-ruby-client-0.14.1 vs bin/commands/bots.rb in slack-ruby-client-0.14.2

- old
+ new

@@ -1,10 +1,10 @@ # This file was auto-generated by lib/tasks/web.rake desc 'Bots methods.' command 'bots' do |g| - g.desc 'Gets information about a bot user.' - g.long_desc %( Gets information about a bot user. ) + g.desc 'This method returns extended information about a bot user.' + g.long_desc %( This method returns extended information about a bot user. ) g.command 'info' do |c| c.flag 'bot', desc: 'Bot user to get info on.' c.action do |_global_options, options, _args| puts JSON.dump($client.bots_info(options)) end