去掉周报月报功能

This commit is contained in:
zihanjian
2025-10-10 17:19:02 +08:00
parent a478db6251
commit 97a5d38893
5 changed files with 0 additions and 71 deletions

View File

@@ -34,8 +34,6 @@ class Config(object):
self.WELCOME_MSG = yconfig["groups"].get("welcome_msg", "欢迎 {new_member} 加入群聊!")
self.GROUP_MODELS = yconfig["groups"].get("models", {"default": 0, "mapping": []})
self.NEWS = yconfig["news"]["receivers"]
self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"]
self.CHATGPT = yconfig.get("chatgpt", {})
self.DEEPSEEK = yconfig.get("deepseek", {})
self.PERPLEXITY = yconfig.get("perplexity", {})