and decorators to add command to the bot the flask routing style, e.g: >>> @bot.command('/start') ... def start(command, user_id): ... return ('Hello, there', None, None)