Merge pull request #149 from Pentacene/master

AutoReplySticker 1.11 私聊禁用
This commit is contained in:
Pentacene 2021-04-06 11:19:04 +08:00 committed by GitHub
commit 7d1f4c2a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -193,6 +193,8 @@ async def process_message(context):
reply_user_id = reply.sender.id
if context.sticker:
return
if context.chat_id > 0:
return
except:
pass

View File

@ -362,7 +362,7 @@
},
{
"name": "autoreplysticker",
"version": "1.10",
"version": "1.11",
"section": "chat",
"maintainer": "Pentacene",
"size": "8.3 kb",