From d97c0dc124e4a56c330fedb1eda47466cce052ce Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 4 Mar 2022 00:56:12 -0600 Subject: [PATCH] Disable help command --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 3b647da..a68e087 100644 --- a/run.py +++ b/run.py @@ -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, )