From bdaea0b97c2a6344cfc9199e3a7415e77c321f62 Mon Sep 17 00:00:00 2001 From: Nick80835 Date: Sat, 6 Jun 2020 14:48:45 -0400 Subject: [PATCH] bruh --- ubot/modules/sticklet.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubot/modules/sticklet.py b/ubot/modules/sticklet.py index 9d88883..e5d9df3 100644 --- a/ubot/modules/sticklet.py +++ b/ubot/modules/sticklet.py @@ -29,3 +29,6 @@ async def stickcolor(event): image.save(image_stream, "WebP") image_stream.seek(0) await event.reply(file=image_stream) + + if event.args == "black": + await event.client.send_message(event.chat_id, "Racism is no more!")