From 317257543d5679055f9b8531cf2086237c5d8723 Mon Sep 17 00:00:00 2001 From: 5656565566 <5656565566@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:19:32 +0800 Subject: [PATCH] :beers: publish adapter nonebot-adapter-claweixin (#3915) --- assets/adapters.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index c5151e7e..8d989914 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -383,4 +383,19 @@ ], "is_official": false }, + { + "module_name": "nonebot.adapters.claweixin", + "project_link": "nonebot-adapter-claweixin", + "name": "nonebot-adapter-claweixin", + "desc": "微信 clawbot 协议适配器", + "author_id": 56059687, + "homepage": "https://github.com/5656565566/nonebot-adapter-claweixin", + "tags": [ + { + "label": "微信", + "color": "#53279f" + } + ], + "is_official": false + }, ]