questable_bot/errors.py

4 lines
133 B
Python

_400 = {"error": "insufficient parameters"}
_401 = {"error": "invalid token"}
_404 = {"error": "The quest/side quest doesn't exist"}