questable_bot/errors.py

5 lines
167 B
Python
Raw Permalink Normal View History

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