From 6daec67ebdadf50dd2697bbbe4dfc65cd2eb41fe Mon Sep 17 00:00:00 2001 From: BigOrangeQWQ Date: Mon, 16 Jan 2023 06:42:57 +0000 Subject: [PATCH] :beers: publish plugin OrangeDice! (#1594) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 8501fd82..e52be600 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4069,5 +4069,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_orangedice", + "project_link": "nonebot-plugin-orangedice", + "name": "OrangeDice!", + "desc": "一个COC跑团用插件", + "author": "BigOrangeQWQ", + "homepage": "https://github.com/BigOrangeQWQ/nonebot_plugin_orangedice", + "tags": [ + { + "label": "dice", + "color": "#08c0bb" + }, + { + "label": "COC", + "color": "#a2bc0c" + } + ], + "is_official": false } ]