A Discord bot that validates curations for Flashpoint Archive. Also does other things.
- prepare your discord bot shenanigans, it requires the Server Members intent
- copy
example.env
into.env
and set the variables - copy
data/example_rolereaction.json
intodata/rolereaction.json
and set the variables pip install -r requirements.txt
python bot.py
- type
pytest
in the project root directory to run tests
python -m uvicorn validator-server:app --host 127.0.0.1 --port 8000