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:
parent
7b69b2b3a6
commit
d97c0dc124
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -17,7 +17,7 @@ if os.name != "nt":
|
||||||
bot = lightbulb.BotApp(
|
bot = lightbulb.BotApp(
|
||||||
token=c.config["token"],
|
token=c.config["token"],
|
||||||
default_enabled_guilds=c.config["guilds"],
|
default_enabled_guilds=c.config["guilds"],
|
||||||
help_slash_command=True,
|
help_slash_command=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue