diff --git a/utils/robot_cmd/robot_command.py b/utils/robot_cmd/robot_command.py index c31063a..591c7f2 100644 --- a/utils/robot_cmd/robot_command.py +++ b/utils/robot_cmd/robot_command.py @@ -43,7 +43,7 @@ class Feature(Enum): GROUP_ADD = 16, "加群提醒功能" DOUYIN_PARSER = 17, "抖音链接转视频功能" GROUP_MEMBER_CHANGE = 18, "群成员变更提醒功能" - KID_PHOTO_EXTRACT = 19, "儿童照片提取转发功能" # 小朋友照片提取功能 + # KID_PHOTO_EXTRACT = 19, "儿童照片提取转发功能" # 小朋友照片提取功能 NEWS = 20, "全球政治经济新闻" def __new__(cls, value, description):