菜单不需要消耗积分
This commit is contained in:
@@ -149,7 +149,6 @@ class RobotMenuPlugin(MessagePluginInterface):
|
||||
return "\n".join(group_list)
|
||||
|
||||
@plugin_stats_decorator(plugin_name="机器人菜单")
|
||||
@plugin_points_cost(1, "机器人菜单消耗积分", FEATURE_KEY)
|
||||
async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]:
|
||||
"""处理消息"""
|
||||
content = str(message.get("content", "")).strip()
|
||||
|
||||
Reference in New Issue
Block a user