去除网易云音乐那个名称
This commit is contained in:
@@ -11,7 +11,7 @@ from robot_cmd.robot_command import GroupBotManager, Feature, PermissionStatus
|
||||
|
||||
|
||||
class GroupAdd:
|
||||
def __init__(self, wcf: Wcf, gbm: GroupBotManager, all_contacts: dict):
|
||||
def __init__(self, wcf: Wcf, gbm: GroupBotManager):
|
||||
# 读取配置文件
|
||||
with open("group_add/config.toml", "rb") as f:
|
||||
plugin_config = tomllib.load(f)
|
||||
@@ -22,7 +22,6 @@ class GroupAdd:
|
||||
self.enable = config["enable"]
|
||||
self.wcf = wcf
|
||||
self.gbm = gbm
|
||||
self.all_contacts = all_contacts
|
||||
|
||||
self.LOG.info(f"[加群提醒] 组件初始化完成")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user