mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-05-31 01:45:21 +00:00
💄 修复显示
This commit is contained in:
parent
d19d65f75e
commit
1cb2be770d
@ -136,11 +136,11 @@ async def handle_b_cmd(
|
||||
rank = got_rank(d)
|
||||
if not rank:
|
||||
await b_cmd.finish(
|
||||
f'该用户在群“{uninfo.scene.name}”关于“{keyword}”的B话数量为0。'
|
||||
f'该用户在群“{uninfo.scene.name}”关于“{keyword.result}”的B话数量为0。'
|
||||
)
|
||||
|
||||
await saa.Text(
|
||||
f'该用户在群“{uninfo.scene.name}”关于“{keyword}”的B话数量为{rank[0][1]}。'
|
||||
f'该用户在群“{uninfo.scene.name}”关于“{keyword.result}”的B话数量为{rank[0][1]}。'
|
||||
).send(reply=True)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user