Add TigerBot

This commit is contained in:
Changhua
2023-07-08 07:36:00 +08:00
parent 0ae9370df6
commit 78fa5035a1
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -30,3 +30,4 @@ class Config(object):
self.GROUPS = yconfig["groups"]["enable"]
self.CHATGPT = yconfig.get("chatgpt")
self.NEWS = yconfig["news"]["receivers"]
self.TIGERBOT = yconfig.get("tigerbot")