disabled dm_help for the help command
This commit is contained in:
parent
49eea64b3b
commit
ffeb87ab4c
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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"]
|
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
|
@bot.event
|
||||||
async def on_command_error(ctx, error):
|
async def on_command_error(ctx, error):
|
||||||
|
|
Loading…
Reference in a new issue