Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -360,7 +360,7 @@ A `/whois <user>` 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
Expand Down