给9-群百科答题游戏加上权限,防止浪费资源
This commit is contained in:
@@ -30,6 +30,7 @@ class Feature(Enum):
|
||||
PDF_CAPABILITY = 6, "sehuatang PDF能力"
|
||||
EPIC = 7, "EPIC自动播报" # 新增的功能
|
||||
PIC = 8, "图来能力"
|
||||
TASK_GAME = 9, "百科答题游戏"
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
|
||||
Reference in New Issue
Block a user