mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-20 10:57:22 +08:00
Improve legacy plugin compat and add mrfzccl fixture
This commit is contained in:
5
src-new/astrbot/api/components/command.py
Normal file
5
src-new/astrbot/api/components/command.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""旧版 ``astrbot.api.components.command`` 导入路径兼容入口。"""
|
||||
|
||||
from astrbot_sdk.api.components.command import CommandComponent
|
||||
|
||||
__all__ = ["CommandComponent"]
|
||||
Reference in New Issue
Block a user