Module: Bitbot::Help

Included in:
Plugin
Defined in:
lib/bitbot/plugin/help.rb

Instance Method Summary collapse

Instance Method Details

#on_help(m, args) ⇒ Object



2
3
4
# File 'lib/bitbot/plugin/help.rb', line 2

def on_help(m, args)
  m.reply "Commands: balance, history, withdraw, deposit, +tip, +tipstats"
end