mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-21 19:58:17 +00:00
antisticker 修复匿名管理员可以偷取的问题
This commit is contained in:
parent
fe0de27a63
commit
0cc5f31381
@ -19,8 +19,9 @@ async def auto_remove_sticker(context):
|
||||
return
|
||||
if context.chat_id > 0:
|
||||
return
|
||||
if context.sender.bot:
|
||||
return
|
||||
if context.sender:
|
||||
if context.sender.bot:
|
||||
return
|
||||
else:
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user