🔧 修改 userid 错误逻辑

This commit is contained in:
Xtao_dada 2020-05-17 11:24:44 +08:00 committed by GitHub
parent 6a94dc80ee
commit 00c51344fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ async def userid(context):
await context.edit(
f"**以下是被回复消息的信息** \n\n**道纹:** {target} \n"
f"**用户ID:** `{user_id}` \n\n**此消息没有包含被转发用户的信息** \n\n"
)
else:
await context.edit("出错了呜呜呜 ~ 无法获取所回复消息的信息。")