🔭 修复加入用户群后发送消息报错, 自动删除原消息改为 5s 后
This commit is contained in:
parent
aea0d6deeb
commit
fc5d6b0193
@ -142,12 +142,13 @@ async def contact_chat(context):
|
||||
except:
|
||||
await context.edit('出错了呜呜呜 ~ 请尝试手动加入 @PagerMaid_Modify')
|
||||
return True
|
||||
await sleep(3)
|
||||
await context.client.send_message(
|
||||
'PagerMaid_Modify',
|
||||
message
|
||||
)
|
||||
notification = await context.edit('您已成功加入 [Pagermaid-Modify](https://github.com/xtaodada/PagerMaid-Modify/) 用户群。')
|
||||
await sleep(.10)
|
||||
await sleep(5)
|
||||
await notification.delete()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user