打劫优化

This commit is contained in:
liuwei
2025-12-04 09:24:35 +08:00
parent 4e154b74f8
commit 098c4760f9

View File

@@ -158,7 +158,7 @@ class PointTradePlugin(MessagePluginInterface):
return await self._handle_my_points(message)
elif command[0] == "积分排行":
return await self._handle_points_ranking(message)
elif command[0] == "打劫":
elif command[0] == "打劫" or content.startswith("打劫 "):
return await self._handle_rob_points(message)
elif command[0] == "保释":
return await self._handle_bailout(message)