This commit is contained in:
Slipstream 2025-04-28 17:43:53 -06:00
parent 78370cdc6e
commit 79901442a3
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -54,7 +54,7 @@ async def main():
async with bot: async with bot:
# List of cogs to load # List of cogs to load
# Updated path for the refactored GurtCog # Updated path for the refactored GurtCog
cogs = ["gurt.cog", "cogs.profile_updater_cog"] cogs = ["gurt.cog"]#, "cogs.profile_updater_cog"]
for cog in cogs: for cog in cogs:
try: try:
await bot.load_extension(cog) await bot.load_extension(cog)