From a6d8f18cf0d470f49a2e8bcb4d67906365867d2d Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:20:27 +0800 Subject: [PATCH] :beers: publish plugin nonebot_plugin_draw (#910) Co-authored-by: bingganhe123 --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index ce322b52..ddab09bb 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -1427,5 +1427,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_draw", + "project_link": "nonebot_plugin_draw", + "name": "nonebot_plugin_draw", + "desc": "模拟抽签的一个本地化插件", + "author": "bingganhe123", + "homepage": "https://github.com/bingganhe123/nonebot_plugin_draw", + "tags": [], + "is_official": false } ]