From 02b646d8b1f1d9fb909e0281213c48a8e692aaa4 Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 11 Jul 2025 11:14:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 336e3d2..5e36d1b 100644 --- a/README.md +++ b/README.md @@ -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 ` 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 ```