Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MeatyChunks authored Mar 23, 2024
1 parent 2f2c1da commit 32e5b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbot/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32e5b16

Please sign in to comment.