Using the lessons learned from 1.0, here is the next iteration of DaFarmz. An idle farming game for Discord using Cup Nooble's Sprout Lands for the art.
Invite the bot using this link or visit the home grown Discord server here.
git clone https://github.com/ZaneH/dafarmz-py.git
cd dafarmz-py
conda create -n dafarmz-py python=3.10 -y
conda activate dafarmz-py
pip install -r requirements.txt
# Start a MongoDB instance
make mongodb
# Start bot
python main.py
DISCORD_TOKEN=
MONGO_URI=
TOPGG_WEBHOOK_SECRET=