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 +