From ffeb87ab4c77768a6b95c5e4b062b1f925902def Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 23 Jan 2022 03:26:33 +0100 Subject: [PATCH] disabled dm_help for the help command --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index b22293a..ddfe97a 100644 --- a/bot.py +++ b/bot.py @@ -45,7 +45,7 @@ def is_gm(): emojinumbers = ["0\u20E3", "1\u20E3" , "2\u20E3" , "3\u20E3" , "4\u20E3" , "5\u20E3" , "6\u20E3" , "7\u20E3" , "8\u20E3" , "9\u20E3"] -bot.help_command = commands.DefaultHelpCommand(dm_help=True, no_category="Befehle die du nutzen kannst:") +bot.help_command = commands.DefaultHelpCommand(dm_help=False, no_category="Befehle die du nutzen kannst:") @bot.event async def on_command_error(ctx, error):