diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 23f4e464..5f7c888b 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -11345,4 +11345,16 @@ "tags": [], "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 + }, ] diff --git a/website/src/changelog/changelog.md b/website/src/changelog/changelog.md index 60d3621b..2b8d64b4 100644 --- a/website/src/changelog/changelog.md +++ b/website/src/changelog/changelog.md @@ -28,6 +28,7 @@ toc_max_heading_level: 2 ### 🍻 插件发布 +- Plugin: 老虎机 [@noneflow](https://github.com/noneflow) ([#4102](https://github.com/nonebot/nonebot2/pull/4102)) - Plugin: Palworld [@noneflow](https://github.com/noneflow) ([#4114](https://github.com/nonebot/nonebot2/pull/4114)) - Plugin: 今天是什么小猪(今日小猪)Plus [@noneflow](https://github.com/noneflow) ([#4097](https://github.com/nonebot/nonebot2/pull/4097)) - Plugin: Nonebot, RUOK? [@noneflow](https://github.com/noneflow) ([#4104](https://github.com/nonebot/nonebot2/pull/4104))