From 1f209c6c5a52a14b95b73b7c512316e360c0d9c9 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:40:02 -0600 Subject: [PATCH] feat: Remove CaptionCog from the bot's cog loading sequence --- neru_bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/neru_bot.py b/neru_bot.py index 94fe9a5..9989b23 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -95,7 +95,6 @@ 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",