From 7e21a10dde64c8557b9aba7d99f6237d81181824 Mon Sep 17 00:00:00 2001 From: ctih1 Date: Wed, 23 Jul 2025 14:52:24 +0300 Subject: [PATCH] loaded default cogs --- bot.py | 1 + 1 file changed, 1 insertion(+) 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()