From 6cdc5a86630ebcc36f20d47c47586f812e37714c Mon Sep 17 00:00:00 2001 From: Cookie <58516648+Cookie-CHR@users.noreply.github.com> Date: Wed, 2 Mar 2022 11:02:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Update=20diobot.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added introduction emoji --- royalpack/commands/diobot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalpack/commands/diobot.py b/royalpack/commands/diobot.py index 7b296112..bb0a52fe 100644 --- a/royalpack/commands/diobot.py +++ b/royalpack/commands/diobot.py @@ -58,10 +58,10 @@ WHAT = [ @engi.TeleportingConversation 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)): message += " " message += random.sample(WHAT, 1)[0]