feature:1.点歌功能,2.签到功能
This commit is contained in:
@@ -32,6 +32,7 @@ class Feature(Enum):
|
||||
PIC = 8, "图来能力"
|
||||
TASK_GAME = 9, "百科答题游戏"
|
||||
MUSIC = 10, "点歌功能"
|
||||
SIGNIN = 11, "签到功能"
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
|
||||
Reference in New Issue
Block a user