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

make pyright work

This commit is contained in:
RGBCube 2022-10-18 13:58:05 +03:00
parent 521d709d3f
commit 3791f0422e
4 changed files with 55 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 --no-dev`.
3: Install dependencies using `pip install -U poetry && poetry install --only main`.
4: Run `python -m minearchy_bot`.