class Botomizer::Handler

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/botomizer/handler.rb, line 4
def initialize(client)
  @client = client
end

Public Instance Methods

cmd_fallback() click to toggle source
# File lib/botomizer/handler.rb, line 8
def cmd_fallback
  @client.send_message('Command not found or incorrect. Type /help for more information.')
end