🚧 add support of reverse post and forward ws for mirai adapter

This commit is contained in:
Mix
2021-01-31 16:02:59 +08:00
parent 73be9151b0
commit 3f56da9245
5 changed files with 57 additions and 90 deletions

View File

@ -1,3 +1,4 @@
from .bot import MiraiBot
from .bot_ws import MiraiWebsocketBot
from .event import *
from .message import MessageChain, MessageSegment