From 79ac7f024ffdbf27bb8575098bf5c8d1ffe3768a Mon Sep 17 00:00:00 2001 From: NumberSir Date: Mon, 27 Mar 2023 09:29:38 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20=E9=A2=A0=E5=80=92?= =?UTF-8?q?=E9=97=AE=E5=8F=B7=20(#1848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index e9a5f56d..5e5c9132 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5012,5 +5012,15 @@ "homepage": "https://github.com/CMHopeSunshine/nonebot-plugin-miao", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_questionmark", + "project_link": "nonebot-plugin-questionmark", + "name": "颠倒问号", + "desc": "发送单个问号 `?` 或 `?`, bot会自动回复颠倒的问号 `¿`", + "author": "NumberSir", + "homepage": "https://github.com/NumberSir/nonebot-plugin-questionmark", + "tags": [], + "is_official": false } ]