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

⚙️ Update diobot.py

Added introduction emoji
This commit is contained in:
Cookie 2022-03-02 11:02:06 +01:00 committed by Stefano Pigozzi
parent cd225bcc25
commit 6cdc5a8663

View file

@ -58,10 +58,10 @@ WHAT = [
@engi.TeleportingConversation @engi.TeleportingConversation
async def diobot(*, _msg: engi.Message, **__): async def diobot(*, _msg: engi.Message, **__):
""" """
Il bot è molto arrabbiato e vuole creare bestemmie complesse! Il bot è molto arrabbiato e vuole creare insulti coloriti!
""" """
message = random.sample(WHO, 1)[0] message = "🤬 "+random.sample(WHO, 1)[0]
for i in range(random.randint(1, 5)): for i in range(random.randint(1, 5)):
message += " " message += " "
message += random.sample(WHAT, 1)[0] message += random.sample(WHAT, 1)[0]