a
This commit is contained in:
parent
82f21f71ac
commit
dbec934199
@ -56,7 +56,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 = ["discordbot.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