From 32e5b16ec4d6ab7045819cd403c0639c948a0240 Mon Sep 17 00:00:00 2001 From: MeatyChunks <6160351+MeatyChunks@users.noreply.github.com> Date: Sat, 23 Mar 2024 14:32:45 +0000 Subject: [PATCH] Update bot.py --- redbot/core/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redbot/core/bot.py b/redbot/core/bot.py index 574c7cafcd9..c6e410c55b8 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -199,7 +199,6 @@ async def prefix_manager(bot, message) -> List[str]: if cli_flags.mentionable: return when_mentioned_or(*prefixes)(bot, message) return prefixes - kwargs["case_insensitive"] = True if "command_prefix" not in kwargs: kwargs["command_prefix"] = prefix_manager