feature:加群提醒功能

This commit is contained in:
liuwei
2025-03-10 15:02:41 +08:00
parent 037b712340
commit 9d7afb63f2
2 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class Feature(Enum):
BEAUTY_LEG = 13, "腿来能力 [美腿, 腿来]"
VIDEO = 14, "视频点播功能 [黑丝视频, 黑丝, 来个黑丝,搞个黑丝]"
VIDEO_MAN = 15, "视频肌肉男点播功能 [猛男, 肌肉, 帅哥]"
GROUP_ADD = 16, "加群提醒功能"
def __new__(cls, value, description):
obj = object.__new__(cls)