From 6883b4192c05fa1e74f950c39d0b5131455dcdd4 Mon Sep 17 00:00:00 2001 From: Decrabbityyy Date: Sun, 3 May 2026 21:21:06 +0800 Subject: [PATCH] :beers: publish adapter WeChatClaw (#3917) --- assets/adapters.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index d24832b3..ef2195da 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -368,4 +368,19 @@ ], "is_official": false }, + { + "module_name": "nonebot.adapters.wechatclaw", + "project_link": "nonebot-adapter-wechatclaw", + "name": "WeChatClaw", + "desc": "通过 微信ClawBot 连接微信", + "author_id": 99632363, + "homepage": "https://github.com/Decrabbityyy/adapter-wechatclaw", + "tags": [ + { + "label": "微信", + "color": "#ea5252" + } + ], + "is_official": false + }, ]