From d2ac45eff8d4338e4f9b270f0189bf4b90e36ef9 Mon Sep 17 00:00:00 2001 From: zhongwen-4 Date: Sun, 12 Jul 2026 16:25:30 +0800 Subject: [PATCH] :beers: publish plugin slot_machine (#4101) --- assets/plugins.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 81b2f531621d..defd8f8e5ae5 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11279,4 +11279,16 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_slot_machine", + "project_link": "nonebot-plugin-slot-machine", + "author_id": 114509415, + "tags": [ + { + "label": "game", + "color": "#f25555" + } + ], + "is_official": false + }, ]