5 lines
200 B
Python
5 lines
200 B
Python
from astrbot.core.platform import (
|
|
AstrMessageEvent, Platform, AstrBotMessage, MessageMember, MessageType, PlatformMetadata
|
|
)
|
|
|
|
from astrbot.core.platform.register import register_platform_adapter |