mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
fix
This commit is contained in:
parent
909118a706
commit
1768966328
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ async def getstickerid(self: Client, ctx: Message, strings):
|
|||
if not ctx.from_user:
|
||||
return await ctx.reply("You're anon, unkang in my PM")
|
||||
if sticker := ctx.reply_to_message.sticker:
|
||||
if str(ctx.from_user.id) in ctx.sticker.set_name:
|
||||
if str(ctx.from_user.id) in sticker.set_name:
|
||||
return await ctx.reply_msg("This sticker is not your pack, don't do it..")
|
||||
pp = await ctx.reply_msg(strings("unkang_msg"))
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue