From 49d516c0c671120c0e5d2ec5a5195a140dd0fe7e Mon Sep 17 00:00:00 2001 From: nova <novanai.dev@gmail.com> Date: Mon, 11 Nov 2024 14:53:28 +0000 Subject: [PATCH] Add development docs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eecaae..d7bf101 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Blockbot -Blockbot is a Discord bot, written in Python, that is maintained by the Redbrick Webgroup. This project uses [`hikari`](https://github.com/hikari-py/hikari/), an opinionated microframework, to interface with the Discord API. [`hikari-arc`](https://github.com/hypergonial/hikari-arc) is the command handler of choice. +Blockbot is a Discord bot, written in Python, that is maintained by the Redbrick Webgroup. ## Documentation -Development documentation is hosted on the [Redbrick docs]() <!-- TODO: insert docs link --> +Development documentation is hosted on the [Redbrick docs](https://docs.redbrick.dcu.ie/webgroup/blockbot/).