1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Update README.md

This commit is contained in:
RGBCube 2022-06-21 10:37:15 +03:00 committed by GitHub
parent a3a3d7b966
commit a2fef85c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`. 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`. 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. `=info`: Sends info about the bot. This is the bots Python runtime version and uptime.
`=ping`: Sends the bots latency. `=ping`: Sends the bots latency.