fix: Correct casing of WebDriverTorsoCog in cog loading sequence

This commit is contained in:
Slipstream 2025-05-19 18:40:26 -06:00
parent 1f209c6c5a
commit 24f0823fb3
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -99,7 +99,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", "cogs.webdrivertorso_cog",
] ]
# Load each cog individually # Load each cog individually