From 8aeb85d5f47cb1abfbcda757f2a12012d3095614 Mon Sep 17 00:00:00 2001 From: prono69 Date: Tue, 12 May 2020 13:13:40 +0530 Subject: [PATCH] fixed :) --- stdplugins/stickers2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdplugins/stickers2.py b/stdplugins/stickers2.py index 7eb4e72429..2f751e288c 100644 --- a/stdplugins/stickers2.py +++ b/stdplugins/stickers2.py @@ -50,7 +50,7 @@ async def kang(args): if not user.username: user.username = user.first_name message = await args.get_reply_message() - input_str = event.pattern_match.group(1) + input_str = args.pattern_match.group(1) photo = None emojibypass = False is_anim = False