diff --git a/gurt_bot.py b/gurt_bot.py index 4bbdd86..775788f 100644 --- a/gurt_bot.py +++ b/gurt_bot.py @@ -54,7 +54,7 @@ async def main(): async with bot: # List of cogs to load # Updated path for the refactored GurtCog - cogs = ["gurt.cog", "cogs.profile_updater_cog"] + cogs = ["gurt.cog"]#, "cogs.profile_updater_cog"] for cog in cogs: try: await bot.load_extension(cog)