Update autoreplysticker.py

This commit is contained in:
Pentacene 2021-03-21 16:16:12 +08:00 committed by GitHub
parent 4ec9a20b3d
commit 98fb50ab17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ async def ars(context):
elif context.parameter[0] == 'help':
await ars_help(context)
@listener(incoming=True)
@listener(incoming=True, ignore_edited=True)
async def process_message(context):
reply_user_id = 0
link = process_link(context.chat_id, context.id)