增加提醒功能,工作日周报月报日报提醒

This commit is contained in:
TechShrimp
2023-10-01 21:47:07 +08:00
parent 86bb4ae242
commit 2b26698bd7
5 changed files with 69 additions and 3 deletions

View File

@@ -30,4 +30,5 @@ class Config(object):
self.GROUPS = yconfig["groups"]["enable"]
self.CHATGPT = yconfig.get("chatgpt")
self.NEWS = yconfig["news"]["receivers"]
self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"]
self.TIGERBOT = yconfig.get("tigerbot")