From 70980a953dd97f83676d8a06c3c4659479dbbc72 Mon Sep 17 00:00:00 2001 From: c3b2a <62082214+c3b2a@users.noreply.github.com> Date: Mon, 18 Jan 2021 20:34:25 +0800 Subject: [PATCH] =?UTF-8?q?keyword=20=E5=A2=9E=E5=8A=A0=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=92=8C=E6=AD=A3=E5=88=99=E6=8D=95=E8=8E=B7?= =?UTF-8?q?=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyword.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyword.py b/keyword.py index 64ba9c0..5882087 100644 --- a/keyword.py +++ b/keyword.py @@ -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()