From 65624a5670bea3b47c70db019324b234a2f4a514 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Tue, 20 May 2025 19:16:09 -0600 Subject: [PATCH] fix: Add ban system cog to the list of loaded cogs --- neru_bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neru_bot.py b/neru_bot.py index ca277ab..416745a 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -100,6 +100,7 @@ class NeruBot(commands.Bot): "cogs.system_check_cog", "cogs.teto_image_cog", "cogs.webdrivertorso_cog", + "cogs.ban_system_cog", ] # Load each cog individually