From 998752926fd44a8a36fd996382684ae55f553c7a Mon Sep 17 00:00:00 2001 From: mas-alone Date: Fri, 31 Mar 2023 06:01:57 +0000 Subject: [PATCH] :beers: publish plugin ROLL (#1867) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 6927ff9c..c49fef79 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -5064,5 +5064,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_sayoroll", + "project_link": "nonebot-plugin-sayoroll", + "name": "ROLL", + "desc": "高仿小夜的roll功能", + "author": "mas-alone", + "homepage": "https://github.com/mas-alone/nonebot-plugin-sayoroll", + "tags": [], + "is_official": false } ]