forked from gooberinc/goober
loaded default cogs
This commit is contained in:
parent
92dbc06b26
commit
7e21a10dde
1 changed files with 1 additions and 0 deletions
1
bot.py
1
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue