We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095a61f commit 8aeb85dCopy full SHA for 8aeb85d
stdplugins/stickers2.py
@@ -50,7 +50,7 @@ async def kang(args):
50
if not user.username:
51
user.username = user.first_name
52
message = await args.get_reply_message()
53
- input_str = event.pattern_match.group(1)
+ input_str = args.pattern_match.group(1)
54
photo = None
55
emojibypass = False
56
is_anim = False
0 commit comments