feat: add adapter for 微信公众号

This commit is contained in:
wangcham
2025-02-10 06:08:59 -05:00
parent 21e1acc4f5
commit 05c1fdaa9e
8 changed files with 500 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class PlatformManager:
async def initialize(self):
from .sources import nakuru, aiocqhttp, qqbotpy, qqofficial, wecom, lark, discord, gewechat
from .sources import nakuru, aiocqhttp, qqbotpy, qqofficial, wecom, lark, discord, gewechat, officialaccount
async def on_friend_message(event: platform_events.FriendMessage, adapter: msadapter.MessageSourceAdapter):