打劫优化
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user