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

Rewrite the whole thing

This commit is contained in:
RGBCube 2022-10-18 13:43:32 +03:00
parent 430eedd979
commit 0eb8d37b7a
29 changed files with 2042 additions and 564 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 --no-cache-dir -r requirements.txt`
3: Install dependencies using `pip install -U poetry && poetry install --no-dev`.
4: Run `python bot.py`.
4: Run `python -m minearchy_bot`.