Skip to content

Commit 8aeb85d

Browse files
committed
fixed :)
1 parent 095a61f commit 8aeb85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdplugins/stickers2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def kang(args):
5050
if not user.username:
5151
user.username = user.first_name
5252
message = await args.get_reply_message()
53-
input_str = event.pattern_match.group(1)
53+
input_str = args.pattern_match.group(1)
5454
photo = None
5555
emojibypass = False
5656
is_anim = False

0 commit comments

Comments
 (0)