From 3c69a300ebfe97a5dc1a454af66a75ac7d1cb848 Mon Sep 17 00:00:00 2001 From: Willoughby Caine <155117794+wcaine93@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:18:20 -0500 Subject: [PATCH] Update README to link referenced files CONTRIBUTING.md and requirements.txt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c67bd22..3d425ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mathematics Server Discord Bot -This is the open source repository for the utility bot that manages various kinds of things on the Mathematics Discord server. With that purpose in mind, see `CONTRIBUTING.md` if you want to contribute to the bot. If you'd like to run this bot on your own server, that's fine too, but don't expect support. +This is the open source repository for the utility bot that manages various kinds of things on the Mathematics Discord server. With that purpose in mind, see [CONTRIBUTING.md](CONTRIBUTING.md) if you want to contribute to the bot. If you'd like to run this bot on your own server, that's fine too, but don't expect support. ## Plugins @@ -360,7 +360,7 @@ A `/whois ` slash-command for locating users and printing useful informati The bot requires: - Python 3.9+ - PostgreSQL 12+ - - Libraries listed in `requirements.txt` + - Libraries listed in [requirements.txt](requirements.txt) It is recommended to use Docker Compose to satisfy these dependencies. To setup the Docker containers run: ```sh