1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-28 09:27:44 +00:00

Move config to bot root dir

This commit is contained in:
RGBCube 2022-11-27 12:04:17 +03:00
parent ce0dce1f93
commit 577b7ce131
3 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78J
## Installing
1: Clone this repo and `cd` into it.
2: Edit the `config.example.json` to your liking and rename it to `config.json`.
2: Edit the `./minearchy_bot/config.example.json` to your liking and rename it to `config.json`.
3: Install dependencies using `./install`.