mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-13 10:57:38 +08:00
fix: 个人信息显示隐藏属性的bug
This commit is contained in:
parent
e22fadcf44
commit
0552cdfd05
@ -81,7 +81,7 @@ async def _(result: Arparma, event: T_MessageEvent, bot: T_Bot):
|
|||||||
|
|
||||||
reply = f"# {ulang.get('user.profile.info')}\n***\n"
|
reply = f"# {ulang.get('user.profile.info')}\n***\n"
|
||||||
|
|
||||||
hidden_attr = ["id"]
|
hidden_attr = ["id", "TABLE_NAME"]
|
||||||
enter_attr = ["lang", "timezone"]
|
enter_attr = ["lang", "timezone"]
|
||||||
|
|
||||||
for key in sorted(profile.dict().keys()):
|
for key in sorted(profile.dict().keys()):
|
||||||
|
Loading…
Reference in New Issue
Block a user