From 8232540c48b0b2d65365d1a2806199e07e7b617e Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:38:38 -0600 Subject: [PATCH] feat: Add WebDriverTorsoCog to the bot's cog loading sequence --- neru_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neru_bot.py b/neru_bot.py index 53efeb9..94fe9a5 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -100,6 +100,7 @@ class NeruBot(commands.Bot): "cogs.roleplay_cog", "cogs.system_check_cog", "cogs.teto_image_cog", + "cogs.webdriver_torso_cog", ] # Load each cog individually