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.envinto.envand set the variables - copy
data/example_rolereaction.jsonintodata/rolereaction.jsonand set the variables pip install -r requirements.txtpython bot.py
- type
pytestin the project root directory to run tests
python -m uvicorn validator-server:app --host 127.0.0.1 --port 8000