feat: add support for dingtalk

This commit is contained in:
wangcham
2025-02-13 03:47:45 -05:00
parent 6f32bf9621
commit 7dcc44b4fc
9 changed files with 459 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ class PlatformManager:
async def initialize(self):
from .sources import nakuru, aiocqhttp, qqbotpy, qqofficial, wecom, lark, discord, gewechat, officialaccount
from .sources import nakuru, aiocqhttp, qqbotpy, qqofficial, wecom, lark, discord, gewechat, officialaccount,dingtalk
async def on_friend_message(event: platform_events.FriendMessage, adapter: msadapter.MessageSourceAdapter):