case insensitive cmds
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 4s

This commit is contained in:
2025-06-08 13:25:41 -05:00
parent 9dd24bd322
commit e4f077de74

View File

@ -27,7 +27,7 @@ intents.messages = True
intents.message_content = True
garfbot = commands.Bot(
command_prefix=["Garfbot ", "garfbot ", "Garf", "garf", "$"], intents=intents
command_prefix=["Garfbot ", "garfbot ", "Garf", "garf", "$"], case_insensitive=True, intents=intents
)
garfbot.remove_command("help")