From fe5635db620ca4c0de50a9091f6f45cd9c6c56f8 Mon Sep 17 00:00:00 2001 From: he0119 Date: Tue, 4 Apr 2023 02:22:54 +0000 Subject: [PATCH] :beers: publish bot CoolQBot (#1893) --- website/static/bots.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/static/bots.json b/website/static/bots.json index bfb2b93e..6d456b7c 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -454,5 +454,13 @@ } ], "is_official": false + }, + { + "name": "CoolQBot", + "desc": "基于 NoneBot2 的聊天机器人", + "author": "he0119", + "homepage": "https://github.com/he0119/CoolQBot", + "tags": [], + "is_official": false } ]