fix: address second-round review feedback on bot identity PR

This commit is contained in:
晴猫
2026-03-15 08:05:36 +09:00
parent 4f8ab0abb1
commit d3420bd1b3
8 changed files with 31 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ def get_all_bot_accounts() -> dict[str, str]:
bot_accounts["tg"] = telegram_account
for platform_name, account in platform_accounts.items():
if platform_name in {"tg", "telegram"}:
if platform_name in {"tg", "telegram", "qq", "webui"}:
continue
bot_accounts[platform_name] = account