diff --git a/garfmain.py b/garfmain.py index 6836ff8..94ebeeb 100644 --- a/garfmain.py +++ b/garfmain.py @@ -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")