偷取贴纸3秒钟后删除消息

This commit is contained in:
xtaodada 2020-04-06 21:40:08 +08:00
parent e934d7e853
commit aea0d6deeb
No known key found for this signature in database
GPG Key ID: 39EFACA711DF5D8C

View File

@ -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: