feat: lark adapter

This commit is contained in:
Junyan Qin
2025-01-29 23:31:40 +08:00
parent a661f24ae0
commit ea254d57d2
5 changed files with 410 additions and 4 deletions

View File

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