From c89bafc2c96d5707b14b148c632cd3e9e407988f Mon Sep 17 00:00:00 2001 From: KroMiose Date: Tue, 12 Mar 2024 21:33:05 +0800 Subject: [PATCH] :beers: publish plugin nonebot-plugin-dice-narrator (#2604) --- assets/plugins.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index a60b64f2811..327db27f51b 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5601,5 +5601,21 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_dice_narrator", + "project_link": "nonebot-plugin-dice-narrator", + "author": "KroMiose", + "tags": [ + { + "label": "GPT", + "color": "#29b752" + }, + { + "label": "掷骰姬", + "color": "#c84b9d" + } + ], + "is_official": false } ]