from myBot import MyBot cogs = [".parseForIssues"] async def setup(bot: MyBot): for cog in cogs: await bot.load_extension(cog, package=__package__)