Discord text game in a steampunk world. Currently, in pre-pre-alpha state and heavy development.
- Clone repository using
git clone <url>
- Create venv using
python3 -m venv bot-env
- Activate environment
source bot-env/bin/activate
- Install dependencies using
pip3 install -r requirements.txt
- Make copy of
config.default.json
toconfig.json
and fillbot-token
with token from https://discord.com/developers anddatabase-string
with your MariaDB database.