keyword 增加全局变量和正则捕获组

This commit is contained in:
c3b2a 2021-01-18 20:34:25 +08:00 committed by GitHub
parent 322c34e329
commit 70980a953d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()