feature: 加入8-启用 图来功能。可以让其他群也能看图
This commit is contained in:
@@ -29,6 +29,7 @@ class Feature(Enum):
|
||||
SUMMARY_CAPABILITY = 5, "群总结能力"
|
||||
PDF_CAPABILITY = 6, "sehuatang PDF能力"
|
||||
EPIC = 7, "EPIC自动播报" # 新增的功能
|
||||
PIC = 8, "图来能力"
|
||||
|
||||
def __new__(cls, value, description):
|
||||
obj = object.__new__(cls)
|
||||
|
||||
Reference in New Issue
Block a user