lintonxue00
commited on
Commit
•
ea97d2d
1
Parent(s):
0af05e1
Update 不知道/回收站/1/__init__.py
Browse files- 不知道/回收站/1/__init__.py +2 -2
不知道/回收站/1/__init__.py
CHANGED
@@ -92,8 +92,8 @@ async def _(state: T_State, reply: str = ArgPlainText("nums")):
|
|
92 |
|
93 |
|
94 |
msg = (
|
95 |
-
"请发送4个数字分配“颜值、智力、体质、家境”4个属性,如“
|
96 |
-
f"可用属性点为{life_.total_property()},每个属性不能超过
|
97 |
)
|
98 |
await remake.send(msg)
|
99 |
|
|
|
92 |
|
93 |
|
94 |
msg = (
|
95 |
+
"请发送4个数字分配“颜值、智力、体质、家境”4个属性,如“10 10 10 10”,或发送“随机”随机选择;"
|
96 |
+
f"可用属性点为{life_.total_property()},每个属性不能超过20"
|
97 |
)
|
98 |
await remake.send(msg)
|
99 |
|