mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 05:16:50 +00:00
keyword 增加全局变量和正则捕获组
This commit is contained in:
parent
322c34e329
commit
70980a953d
@ -82,7 +82,7 @@ def get_capture(search_data, group_name):
|
||||
except:
|
||||
return None
|
||||
|
||||
async def del_msg(context, t_lim):
|
||||
async def del_msg(context, t_lim: int):
|
||||
await asyncio.sleep(t_lim)
|
||||
await context.delete()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user