Update README.md

This commit is contained in:
2025-07-11 11:14:31 +02:00
parent a1bb2b08bb
commit 02b646d8b1

View File

@@ -33,7 +33,7 @@ To get everything working, you need to install the `pygame`, `requests` and `dis
Best is to create a `venv`, if you don't know how, look up `create venv python <OS you're using here>`
Once you've done that, execute these commands to download the necessary tools:
```bash
pip install discordrp
pip install discord-rich-presence
pip install pygame
pip install requests
```