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

This commit is contained in:
Slipstream 2025-05-19 18:38:38 -06:00
parent 7c63a1b931
commit 8232540c48
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

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