From 27557af6362ad974d5e61778f757f23a6a5ca0d5 Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Sat, 21 Jan 2023 09:51:45 +0000 Subject: [PATCH] :beers: publish adapter Spigot (#1611) --- website/static/adapters.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/adapters.json b/website/static/adapters.json index 720260aa..8e532d5a 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -113,5 +113,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot.adapters.spigot", + "project_link": "nonebot-adapter-spigot", + "name": "Spigot", + "desc": "MineCraft通信适配", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/nonebot-adapter-spigot", + "tags": [ + { + "label": "Minecraft", + "color": "#4ef0ea" + } + ], + "is_official": false } ]