This commit is contained in:
Slipstream 2025-04-26 22:35:55 -06:00
parent 82f21f71ac
commit dbec934199
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -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)