mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
6 lines
246 B
Python
6 lines
246 B
Python
from astrbot.core.platform import (
|
|
AstrMessageEvent, Platform, AstrBotMessage, MessageMember, MessageType, PlatformMetadata
|
|
)
|
|
|
|
from astrbot.core.platform.register import register_platform_adapter
|
|
from astrbot.core.message.components import * |