去除网易云音乐那个名称

This commit is contained in:
liuwei
2025-03-11 09:19:36 +08:00
parent 459cc23969
commit 29970a27bc
3 changed files with 3 additions and 7 deletions

View File

@@ -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"[加群提醒] 组件初始化完成")