feature:1.点歌功能,2.签到功能
This commit is contained in:
@@ -40,3 +40,7 @@ class Config(object):
|
||||
self.CLAUDE = yconfig.get("claude", {})
|
||||
self.DEEPSEEK = yconfig.get("deepseek", {})
|
||||
self.DOUBAO = yconfig.get("doubao", {})
|
||||
|
||||
# DB config
|
||||
self.mariadb = yconfig.get("db_config", {})
|
||||
self.redis = yconfig.get("redis_config", {})
|
||||
|
||||
Reference in New Issue
Block a user