module QbertBot

Constants

BlankListener
Listener
Route
VERSION

Public Class Methods

run!() click to toggle source
# File lib/qbert_bot.rb, line 13
def self.run!
  bot = Robot.instance
  bot.load_config

  Dir['plugin/*.rb'].each do |f|
    load f
  end

  bot.run!
end