From af1c9fa40c424214df80d0b2f89bc23582ada6c0 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:34:25 -0600 Subject: [PATCH] feat: Add additional cogs to the bot's setup for enhanced functionality --- neru_bot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neru_bot.py b/neru_bot.py index f2b0556..c01bcea 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -95,6 +95,10 @@ class NeruBot(commands.Bot): "cogs.games_cog", "cogs.ping_cog", "cogs.neru_teto_cog", + "cogs.caption_cog", + "cogs.random_strings_cog", + "cogs.roleplay_cog", + "cogs.system_check_cog", ] # Load each cog individually