From db1581a0a245c1de341acf3568157118e071ee4d Mon Sep 17 00:00:00 2001 From: ninthseason Date: Sat, 7 Oct 2023 12:08:36 +0800 Subject: [PATCH] :beers: publish plugin op-finder (#2402) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index b760bb12..23bf4107 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5146,5 +5146,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_op_finder", + "project_link": "nonebot-plugin-op-finder", + "author": "ninthseason", + "tags": [ + { + "label": "原神", + "color": "#00a0ea" + } + ], + "is_official": false } ]