fix(PYL-R1705):

This commit is contained in:
Romain J 2020-10-20 23:56:02 +02:00
parent bef9060b78
commit 008ae76aca
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class ContextPlus(commands.Context):
else:
await message.delete()
return message
else:
return await super().send(content, *args, **kwargs)