From 8bf8b4760b407bd666dcfe38b04bca00f1c31c69 Mon Sep 17 00:00:00 2001 From: tkgs0 Date: Sun, 5 Feb 2023 03:03:44 +0000 Subject: [PATCH] :beers: publish plugin DickyPK (#1668) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index a7b4670a..868ac341 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4170,5 +4170,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_dicky_pk", + "project_link": "nonebot-plugin-dicky-pk", + "name": "DickyPK", + "desc": "移植自OPQBot的群聊小游戏 CHINCHIN-PK", + "author": "tkgs0", + "homepage": "https://github.com/tkgs0/nonebot-plugin-dicky-pk", + "tags": [ + { + "label": "a:onebot11", + "color": "#000000" + }, + { + "label": "t:群聊小游戏", + "color": "#ffd500" + } + ], + "is_official": false } ]