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