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