a
This commit is contained in:
parent
78370cdc6e
commit
79901442a3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user