From 6a61ef910f8181e8241db24a386a2720f1747c7b Mon Sep 17 00:00:00 2001 From: zhongwen-4 Date: Sun, 5 Jul 2026 19:53:48 +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 aa299caab2a1..2d1ef1f8c230 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11212,4 +11212,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 + }, ]