questable_bot/errors.py

4 lines
133 B
Python
Raw Normal View History

2019-03-13 14:22:44 +01:00
_400 = {"error": "insufficient parameters"}
_401 = {"error": "invalid token"}
_404 = {"error": "The quest/side quest doesn't exist"}