Ejemplo n.º 1
0
def default(bot, update):
    NormalCommand.Default(bot, update)
Ejemplo n.º 2
0
def playlist(bot, update):
    NormalCommand.Playlist(bot, update)
Ejemplo n.º 3
0
def answerIssues(bot, update):
    NormalCommand.AnswerIssues(bot, update)
Ejemplo n.º 4
0
def group(bot, update):
    NormalCommand.Group(bot, update)
Ejemplo n.º 5
0
def channel(bot, update):
    NormalCommand.Channel(bot, update)
Ejemplo n.º 6
0
def rate(bot, update):
    NormalCommand.Rate(bot, update)
Ejemplo n.º 7
0
def test(bot, update):
    NormalCommand.Test(bot, update)
Ejemplo n.º 8
0
def help(bot, update):
    NormalCommand.Help(bot, update)
Ejemplo n.º 9
0
def settings(bot, update):
    NormalCommand.Settings(bot, update)
Ejemplo n.º 10
0
def start(bot, update):
    NormalCommand.Start(bot, update)