From 5c2f38a2343dabe0ac24818ff08085db7f66a4cc Mon Sep 17 00:00:00 2001 From: perfsakuya Date: Sun, 8 Jun 2025 23:07:06 +0800 Subject: [PATCH] :beers: publish plugin Hacker News (#3501) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 84bef9ca..e63f4f9c 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -9171,4 +9171,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_hacker_news", + "project_link": "nonebot-plugin-hacker-news", + "author_id": 36318991, + "tags": [ + { + "label": "broadcast", + "color": "#ea5252" + }, + { + "label": "news", + "color": "#f59a10" + } + ], + "is_official": false + }, ]