mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-29 14:07:27 +00:00
🚧 update ding adapter
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
|
||||
"""
|
||||
|
||||
from .utils import log
|
||||
from .bot import Bot
|
||||
from .event import Event
|
||||
from .message import Message, MessageSegment
|
||||
from .exception import ApiError, SessionExpired, DingAdapterException
|
||||
from .exception import (DingAdapterException, ApiNotAvailable, NetworkError,
|
||||
ActionFailed, SessionExpired)
|
||||
|
||||
Reference in New Issue
Block a user