优化排行榜
This commit is contained in:
@@ -930,7 +930,7 @@ class XiuxianPlugin(MessagePluginInterface):
|
||||
lines = ["🏆 修仙榜 Top10"]
|
||||
for i, (_, nick, root, realm, cp, _) in enumerate(items[:10], start=1):
|
||||
lines.append(f"{i}. {nick}[{root}]-{realm}[{cp}]")
|
||||
await self._send_text_with_status(bot, sender, roomid, "\n".join(lines), 10)
|
||||
await self._send_text_with_status(bot, sender, roomid, "\n".join(lines), 90)
|
||||
self._rate_set(sender, roomid or "", "排行榜")
|
||||
return True, "排行榜"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user