1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-28 01:17:45 +00:00

Make stuff work on an ubuntu server

This commit is contained in:
RGBCube 2022-10-18 14:20:17 +03:00
parent 3791f0422e
commit c74047c442
5 changed files with 14 additions and 4 deletions

View file

@ -6,6 +6,6 @@ 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: Install dependencies using `pip install -U poetry && poetry install --only main`.
3: Install dependencies using `./install`.
4: Run `python -m minearchy_bot`.
4: Run `./start`.