加群消息测试

This commit is contained in:
liuwei
2025-03-10 14:52:53 +08:00
parent a7de9b2eb4
commit cc12256068

View File

@@ -12,7 +12,7 @@ from robot_cmd.robot_command import GroupBotManager
class GroupAdd:
def __init__(self, wcf: Wcf, gbm: GroupBotManager, all_contacts: dict):
# 读取配置文件
with open("group_video_man/config.toml", "rb") as f:
with open("group_add/config.toml", "rb") as f:
plugin_config = tomllib.load(f)
config = plugin_config["GroupAdd"]