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:
parent
ef63217654
commit
9a1461eddb
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ async def diobot(*, _msg: engi.Message, **__):
|
|||
Il bot è molto arrabbiato e vuole creare bestemmie complesse!
|
||||
"""
|
||||
|
||||
author = await _msg.sender
|
||||
|
||||
h = hash(datetime.datetime.now())
|
||||
|
||||
message = random.Random(x=h).sample(WHO, 1)[0]
|
||||
|
|
Loading…
Reference in a new issue