From fd6a0ae74710274068ce401c5ef0bf8711055f1e Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Fri, 15 Dec 2023 22:50:29 +0800 Subject: [PATCH] :beers: publish plugin Riffusion (#2492) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index f5fdbc5e..4ecb319d 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5291,5 +5291,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_riffusion", + "project_link": "nonebot-plugin-riffusion", + "author": "lgc2333", + "tags": [ + { + "label": "Riffusion", + "color": "#4b39cb" + } + ], + "is_official": false } ]