A collaboratively developed Discord bot, to be used as the base framework for the Union deployment system.
- Ensure you have Python 3 installed.
- Install pipenv:
pip install pipenv
. - Install the dependencies:
pipenv install
. - Copy the
config.example.yml
file asconfig.yml
and fill it in as necessary. - Activate the project's virtualenv:
pipenv shell
. - Run the bot:
python run.py
.