module RubyRed::Commands

Public Class Methods

include!() click to toggle source
# File lib/rubyred/commands.rb, line 18
def self.include!
  @commands.each do |command|
    RubyRed::BOT.include!(command)
  end
end