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)
def run(): """This command runs the bot.""" bot = CrimsoBOT() bot.load_extensions() bot.run(TOKEN)