feat: discord adapter

This commit is contained in:
Junyan Qin
2025-02-02 12:18:18 +08:00
parent f492fee486
commit 21f16ecd68
5 changed files with 267 additions and 2 deletions

View File

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