From fb68a98eed29ca2de9aad06fdbf537f95a0601cc Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:16:33 -0600 Subject: [PATCH] feat: Add roleplay_teto_cog 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 3f838dc..947dd38 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -94,6 +94,7 @@ class NeruBot(commands.Bot): "cogs.caption_cog", "cogs.games_cog", "cogs.ping_cog", + "cogs.teto_cog", ] # Load each cog individually