From e11ea52276f443690a8a9e13082234f7daecde9e Mon Sep 17 00:00:00 2001 From: phquathi Date: Fri, 14 Jun 2024 22:17:29 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-easymarkdown (#2766) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index e4acf833..06e68a90 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6226,5 +6226,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_easymarkdown", + "project_link": "nonebot-plugin-easymarkdown", + "author": "phquathi", + "tags": [ + { + "label": "code", + "color": "#5284ea" + } + ], + "is_official": false } ]