From f9bc2de4e4233e087dceb11ea6aa411f4fcc2062 Mon Sep 17 00:00:00 2001 From: Redmomn Date: Sat, 23 Mar 2024 13:14:43 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-duel (#2611) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index b349f8ee..49d02fcf 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5657,5 +5657,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_duel", + "project_link": "nonebot-plugin-duel", + "author": "Redmomn", + "tags": [ + { + "label": "决斗", + "color": "#5be7d1" + } + ], + "is_official": false } ]