From dbec93419946bb0b2c34cc1ba7f42dc958c3e95d Mon Sep 17 00:00:00 2001 From: Slipstream Date: Sat, 26 Apr 2025 22:35:55 -0600 Subject: [PATCH] a --- gurt_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gurt_bot.py b/gurt_bot.py index 56c305b..4d3c3d9 100644 --- a/gurt_bot.py +++ b/gurt_bot.py @@ -56,7 +56,7 @@ async def main(): async with bot: # List of cogs to load # Updated path for the refactored GurtCog - cogs = ["discordbot.gurt.cog", "cogs.profile_updater_cog"] + cogs = ["gurt.cog", "cogs.profile_updater_cog"] for cog in cogs: try: await bot.load_extension(cog)