🚩 优化翻译

This commit is contained in:
xtaodada 2020-04-06 14:13:01 +08:00
parent b31d9e1e9d
commit e37f312de0
No known key found for this signature in database
GPG Key ID: 39EFACA711DF5D8C

View File

@ -14,7 +14,7 @@ from pagermaid.listener import listener
@listener(outgoing=True, command="username",
description="通过命令快捷设置道纹",
description="通过命令快捷设置道纹(不支持回复)",
parameters="<username>")
async def username(context):
""" 重新配置您的用户名。 """
@ -40,7 +40,7 @@ async def username(context):
@listener(outgoing=True, command="name",
description="换个显示名称。",
description="换个名称。(不支持回复)",
parameters="<first name> <last name>")
async def name(context):
""" Updates your display name. """