Skip to content

Commit

Permalink
fixed :)
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed May 12, 2020
1 parent 095a61f commit 8aeb85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdplugins/stickers2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aeb85d

Please sign in to comment.