mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 17:51:20 +08:00
5 lines
179 B
Python
5 lines
179 B
Python
from astrbot.core.message.message_event_result import (
|
|
MessageEventResult, MessageChain, CommandResult, EventResultType
|
|
)
|
|
|
|
from astrbot.core.platform import AstrMessageEvent |