From 17689663289c73b63e7877c14c0f84e48c32d988 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:53:18 +0000 Subject: [PATCH] fix --- misskaty/plugins/stickers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/stickers.py b/misskaty/plugins/stickers.py index 70506c26..5c6299ee 100644 --- a/misskaty/plugins/stickers.py +++ b/misskaty/plugins/stickers.py @@ -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: