mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-21 23:18:04 +00:00
AutoReplySticker v1.0.1
修复对方也是个TM Userbot导致你俩互相回个没完的bug
This commit is contained in:
parent
975d5b0845
commit
cf638483c8
@ -153,7 +153,7 @@ async def process_message(context):
|
||||
try:
|
||||
reply = await context.get_reply_message()
|
||||
reply_user_id = reply.sender.id
|
||||
if reply.sticker:
|
||||
if context.sticker:
|
||||
return
|
||||
except:
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user