配置 Alconna 全局不使用 to_me 来简化 Alconna 指令调用流程

This commit is contained in:
2025-09-28 20:20:24 +08:00
parent c3a0b02e10
commit b0e8779bff
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,3 @@
DRIVER=~fastapi+~httpx+~websockets
COMMAND_START=["!", "", "", "/"]
COMMAND_START=["!", "", "", "/"]
ALCONNA_USE_ORIGIN=true