feat: Add TetoImageCog to the bot's cog loading sequence

This commit is contained in:
Slipstream 2025-05-19 18:37:28 -06:00
parent 70e46f525e
commit 7c63a1b931
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -99,6 +99,7 @@ class NeruBot(commands.Bot):
"cogs.random_strings_cog",
"cogs.roleplay_cog",
"cogs.system_check_cog",
"cogs.teto_image_cog",
]
# Load each cog individually