From 80d7e688357934e6393866d4522fc0c4cb4a132d Mon Sep 17 00:00:00 2001 From: ACnoway Date: Tue, 15 Aug 2023 16:44:22 +0800 Subject: [PATCH] :beers: publish bot OCNbot (#2260) --- website/static/bots.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/website/static/bots.json b/website/static/bots.json index c2352c8c..15ea229a 100644 --- a/website/static/bots.json +++ b/website/static/bots.json @@ -557,5 +557,22 @@ "homepage": "https://kiramibot.dev/", "tags": [], "is_official": false + }, + { + "name": "OCNbot", + "desc": "OI Contest Notifier bot,一个可以推送洛谷、cf、atcoder、牛客比赛通知的bot", + "author": "ACnoway", + "homepage": "https://github.com/ACnoway/OCNbot", + "tags": [ + { + "label": "OI", + "color": "#2fccff" + }, + { + "label": "ACM", + "color": "#ff0004" + } + ], + "is_official": false } ]