From aea0d6deeb8a4380f98011e2d5e50d1fcf983807 Mon Sep 17 00:00:00 2001 From: xtaodada <1344089750@qq.com> Date: Mon, 6 Apr 2020 21:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20=E5=81=B7=E5=8F=96=E8=B4=B4?= =?UTF-8?q?=E7=BA=B83=E7=A7=92=E9=92=9F=E5=90=8E=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagermaid/modules/sticker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagermaid/modules/sticker.py b/pagermaid/modules/sticker.py index 4e16fce..877ced7 100644 --- a/pagermaid/modules/sticker.py +++ b/pagermaid/modules/sticker.py @@ -125,7 +125,7 @@ A pack can't have more than 120 stickers at the moment.": notification = await context.edit( f"这张图片/贴纸已经被添加到 [这个](t.me/addstickers/{pack_name}) 贴纸包。", parse_mode='md') - await sleep(.6) + await sleep(3) try: await notification.delete() except: