diff --git a/bot.py b/bot.py index 751a0e1..fdc59e3 100644 --- a/bot.py +++ b/bot.py @@ -160,6 +160,7 @@ async def on_ready() -> None: if launched: return + await load_cogs_from_folder(bot) await load_cogs_from_folder(bot, "assets/cogs/internal") try: synced: List[discord.app_commands.AppCommand] = await bot.tree.sync()