ajout emoji quand une erreur survient

This commit is contained in:
Mylloon 2021-08-23 12:46:55 +02:00
parent 51f270dafb
commit df858f407d

View file

@ -58,6 +58,7 @@ async def on_command_error(ctx, error):
await addReaction(ctx.message, 1) # ajout réaction
return
else:
await addReaction(ctx.message, 2) # ajout réaction
raise error
@client.event