case insensitive cmds
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 4s
All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 4s
This commit is contained in:
@ -27,7 +27,7 @@ intents.messages = True
|
|||||||
intents.message_content = True
|
intents.message_content = True
|
||||||
|
|
||||||
garfbot = commands.Bot(
|
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")
|
garfbot.remove_command("help")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user