1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

🧹 Remove unused author variable

This commit is contained in:
Steffo 2022-02-22 04:15:55 +01:00 committed by Stefano Pigozzi
parent ef63217654
commit 9a1461eddb

View file

@ -62,8 +62,6 @@ async def diobot(*, _msg: engi.Message, **__):
Il bot è molto arrabbiato e vuole creare bestemmie complesse! Il bot è molto arrabbiato e vuole creare bestemmie complesse!
""" """
author = await _msg.sender
h = hash(datetime.datetime.now()) h = hash(datetime.datetime.now())
message = random.Random(x=h).sample(WHO, 1)[0] message = random.Random(x=h).sample(WHO, 1)[0]