AutoReplySticker v1.21 不响应机器人

This commit is contained in:
Pentacene 2021-05-17 10:17:18 +08:00
parent 6bcac9b18f
commit 4f3d6aa75e
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -130,3 +130,6 @@ dmypy.json
# Pyre type checker
.pyre/
# vscode
.vscode/

View File

@ -223,6 +223,8 @@ async def process_message(context):
return
if str(context.sender.id) in _whitelist:
return
if context.sender.bot:
return
except:
pass

View File

@ -362,7 +362,7 @@
},
{
"name": "autoreplysticker",
"version": "1.20",
"version": "1.21",
"section": "chat",
"maintainer": "Pentacene",
"size": "12 kb",