From 24f0823fb31f6f2f386c1df83e70867630d9d16c Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:40:26 -0600 Subject: [PATCH] fix: Correct casing of WebDriverTorsoCog in cog loading sequence --- neru_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neru_bot.py b/neru_bot.py index 9989b23..ca277ab 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -99,7 +99,7 @@ class NeruBot(commands.Bot): "cogs.roleplay_cog", "cogs.system_check_cog", "cogs.teto_image_cog", - "cogs.webdriver_torso_cog", + "cogs.webdrivertorso_cog", ] # Load each cog individually