loaded default cogs

This commit is contained in:
ctih1 2025-07-23 14:52:24 +03:00
parent 92dbc06b26
commit 7e21a10dde

1
bot.py
View file

@ -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()