예제 #1
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def default(bot, update):
    NormalCommand.Default(bot, update)
예제 #2
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def playlist(bot, update):
    NormalCommand.Playlist(bot, update)
예제 #3
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def answerIssues(bot, update):
    NormalCommand.AnswerIssues(bot, update)
예제 #4
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def group(bot, update):
    NormalCommand.Group(bot, update)
예제 #5
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def channel(bot, update):
    NormalCommand.Channel(bot, update)
예제 #6
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def rate(bot, update):
    NormalCommand.Rate(bot, update)
예제 #7
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def test(bot, update):
    NormalCommand.Test(bot, update)
예제 #8
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def help(bot, update):
    NormalCommand.Help(bot, update)
예제 #9
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def settings(bot, update):
    NormalCommand.Settings(bot, update)
예제 #10
0
파일: bot.py 프로젝트: gitter-badger/ampbot
def start(bot, update):
    NormalCommand.Start(bot, update)