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 } ]