From a2fef85c45fd615d6bf30fb22b5a25ed2a887df4 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:37:15 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ab1bad..34f5a35 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78J 2: Edit the `config.example.json` to your liking and rename it to `config.json`. -3: If you are using replit, set the `USING_REPLIT` variable to `true` (or any non-empty string works, really). +3: Install dependencies using `pip install --no-cache-dir -r requirements.txt` 4: Run `python bot.py`. @@ -31,4 +31,4 @@ This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78J `=info`: Sends info about the bot. This is the bots Python runtime version and uptime. `=ping`: Sends the bots latency. - \ No newline at end of file +