AutoReplySticker v1.0.1

修复对方也是个TM Userbot导致你俩互相回个没完的bug
This commit is contained in:
Pentacene 2021-03-21 15:58:26 +08:00 committed by GitHub
parent 975d5b0845
commit cf638483c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ async def process_message(context):
try: try:
reply = await context.get_reply_message() reply = await context.get_reply_message()
reply_user_id = reply.sender.id reply_user_id = reply.sender.id
if reply.sticker: if context.sticker:
return return
except: except:
pass pass