From d457bece3db9999ea383eb1f17b9867f18d4553f Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Wed, 25 Jan 2023 04:46:17 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20bot=20=E9=9D=92=E5=B2=9A=20?= =?UTF-8?q?(#1629)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/bots.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/static/bots.json b/website/static/bots.json index 6ced51f7..1c4054bc 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -360,5 +360,18 @@ } ], "is_official": false + }, + { + "name": "青岚", + "desc": "基于NoneBot的与Minecraft Server互通消息的机器人", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/qinglan_bot", + "tags": [ + { + "label": "MineCraft", + "color": "#4ef0ea" + } + ], + "is_official": false } ]