# This file was auto-generated by lib/tasks/real_time.rake # module Slack # module RealTime # module EventHandlers # module CommandsChanged # # A team slash command has been added or changed. # # @see https://api.slack.com/events/commands_changed # # @see https://github.com/dblock/slack-api-ref/blob/master/events/commands_changed.json # def self.call(_client, _data) # # TODO # end # end # end # end # end # # Slack::RealTime::Client.events['commands_changed'] = Slack::RealTime::EventHandlers::CommandsChanged