refactor(qqbot): 适配配置管理器

This commit is contained in:
RockChinQ
2023-11-26 23:04:14 +08:00
parent db2e366014
commit 549a7eff7f
2 changed files with 55 additions and 52 deletions

View File

@@ -5,6 +5,7 @@ import mirai
class MessageSourceAdapter:
bot_account_id: int
def __init__(self, config: dict):
pass