给9-群百科答题游戏加上权限,防止浪费资源

This commit is contained in:
liuwei
2025-02-28 17:14:35 +08:00
parent 050162cb0f
commit 43904ea33c
2 changed files with 23 additions and 14 deletions

View File

@@ -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)