mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 05:09:15 +00:00
Update autoreplysticker.py
This commit is contained in:
parent
4ec9a20b3d
commit
98fb50ab17
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user