feat: add supports for wecom

This commit is contained in:
wangcham
2025-01-12 05:09:53 -05:00
parent fd30022065
commit 60d4f3d77c
19 changed files with 939 additions and 58 deletions

View File

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