mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 01:01:24 +00:00
✨ Add ding adapter
This commit is contained in:
15
nonebot/adapters/ding/__init__.py
Normal file
15
nonebot/adapters/ding/__init__.py
Normal file
@ -0,0 +1,15 @@
|
||||
"""
|
||||
钉钉群机器人 协议适配
|
||||
============================
|
||||
|
||||
协议详情请看: `钉钉文档`_
|
||||
|
||||
.. _钉钉文档:
|
||||
https://ding-doc.dingtalk.com/doc#/serverapi2/krgddi
|
||||
|
||||
"""
|
||||
|
||||
from .bot import Bot
|
||||
from .event import Event
|
||||
from .message import Message, MessageSegment
|
||||
from .exception import ApiError, SessionExpired, AdapterException
|
Reference in New Issue
Block a user