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 * |