From 561faaac8b0d8caf81d96a1d1ed950cf1fc5c879 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Mon, 19 May 2025 18:22:45 -0600 Subject: [PATCH] feat: Rename DmbotTetoCog to NeruTetoCog in cog loading sequence --- neru_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neru_bot.py b/neru_bot.py index 9a69f64..f2b0556 100644 --- a/neru_bot.py +++ b/neru_bot.py @@ -94,7 +94,7 @@ class NeruBot(commands.Bot): "cogs.caption_cog", "cogs.games_cog", "cogs.ping_cog", - "cogs.dmbot_teto_cog", + "cogs.neru_teto_cog", ] # Load each cog individually