From f14580e68866a94180afd956ff44412e4d3c0a94 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:05:53 +0800 Subject: [PATCH] :pencil2: fix module path error in bilibili live (#1679) --- website/static/adapters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/adapters.json b/website/static/adapters.json index f641bb0b..8a37279e 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -130,7 +130,7 @@ "is_official": false }, { - "module_name": "nonebot.adapter.bilibili", + "module_name": "nonebot.adapters.bilibili", "project_link": "nonebot-adapter-bilibili", "name": "BilibiliLive", "desc": "b站直播间ws协议",