From 571fd007ba08dbbe8e6c40cb0d3a153a61bc5cc0 Mon Sep 17 00:00:00 2001 From: eya46 Date: Sat, 26 Oct 2024 15:43:41 +0800 Subject: [PATCH] :beers: publish plugin pong (#3065) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index 5fc7ee93043d..d6151ba35b68 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7482,5 +7482,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_pong", + "project_link": "nonebot-plugin-pong", + "author": "eya46", + "tags": [ + { + "label": "ping", + "color": "#ff0000" + }, + { + "label": "pong", + "color": "#0000ff" + } + ], + "is_official": false } ]