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, )