Sha256: 383f4bde99d1133aeb3c5988d9dd736244fcd07b3b79b5e38e1ae2ae390f3a9a
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 KB
Contents
require_relative "commands/general/whats_new" require_relative "commands/general/hi_bot" require_relative "commands/general/bye_bot" require_relative "commands/general/bot_help" require_relative "commands/on_bot/ruby_code" require_relative "commands/on_bot/repl" require_relative "commands/on_bot/get_repl" require_relative "commands/on_bot/run_repl" require_relative "commands/on_bot/delete_repl" require_relative "commands/on_bot/see_repls" require_relative "commands/general/use_rules" require_relative "commands/general/stop_using_rules" require_relative "commands/on_master/admin_master/exit_bot" require_relative "commands/on_master/admin_master/notify_message" require_relative "commands/on_master/admin/kill_bot_on_channel" require_relative "commands/on_master/create_bot" require_relative "commands/on_bot/admin/add_routine" require_relative "commands/on_bot/admin/start_bot" require_relative "commands/on_bot/admin/pause_bot" require_relative "commands/on_bot/admin/remove_routine" require_relative "commands/on_bot/admin/run_routine" require_relative "commands/on_bot/admin/pause_routine" require_relative "commands/on_bot/admin/start_routine" require_relative "commands/on_bot/admin/see_routines" require_relative "commands/on_bot/admin/extend_rules" require_relative "commands/on_bot/admin/stop_using_rules_on" require_relative "commands/general/bot_status" require_relative "commands/on_bot/add_shortcut" require_relative "commands/on_bot/delete_shortcut" require_relative "commands/on_bot/see_shortcuts" require_relative "commands/on_extended/bot_rules" require_relative "commands/on_bot/admin_master/get_bot_logs" require_relative "commands/general/bot_stats" require_relative "commands/on_master/admin_master/set_maintenance"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-smart-bot-1.9.2 | lib/slack/smart-bot/commands.rb |
slack-smart-bot-1.9.1 | lib/slack/smart-bot/commands.rb |