1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Disable help command

This commit is contained in:
Myned 2022-03-04 00:56:12 -06:00
parent 7b69b2b3a6
commit d97c0dc124
No known key found for this signature in database
GPG key ID: 33790F979F7A28B8

2
run.py
View file

@ -17,7 +17,7 @@ if os.name != "nt":
bot = lightbulb.BotApp(
token=c.config["token"],
default_enabled_guilds=c.config["guilds"],
help_slash_command=True,
help_slash_command=False,
)