예제 #1
0
def run():
    """This command runs the bot."""

    paginator = Paginator(max_size=1336)
    bot = CrimsoBOT(help_command=PaginatedHelpCommand(paginator=paginator))
    bot.load_extensions()
    bot.run(TOKEN)
예제 #2
0
파일: cli.py 프로젝트: InvalidOS/crimsoBOT
def run():
    """This command runs the bot."""

    bot = CrimsoBOT()
    bot.load_extensions()
    bot.run(TOKEN)