chore: migration for qqofficial

This commit is contained in:
Junyan Qin
2025-02-04 20:48:47 +08:00
parent 19c6b2fc32
commit be2ff20f4b
6 changed files with 678 additions and 3 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ class QQOfficialAdapter(adapter.MessageSourceAdapter):
await asyncio.sleep(1)
await self.bot.run_task(
host=self.config["host"],
host='0.0.0.0',
port=self.config["port"],
shutdown_trigger=shutdown_trigger_placeholder,
)