mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
⚙️ Update diobot.py
Added introduction emoji
This commit is contained in:
parent
cd225bcc25
commit
6cdc5a8663
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue