From 7c63a1b931eb328de031b14885c387439810af5a Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:37:28 -0600 Subject: [PATCH] feat: Add TetoImageCog 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 c01bcea..53efeb9 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -99,6 +99,7 @@ class NeruBot(commands.Bot): "cogs.random_strings_cog", "cogs.roleplay_cog", "cogs.system_check_cog", + "cogs.teto_image_cog", ] # Load each cog individually