コード例 #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)