minor typo fix

This commit is contained in:
Aaron Riedel 2022-01-23 03:43:03 +01:00
parent c58ebdb6be
commit 42f7e01e4b

2
bot.py
View file

@ -46,7 +46,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=False, 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):