1
0
mirror of https://gitlab.com/questable/questable_bot synced 2025-06-30 17:16:54 +02:00
questable_bot/errors.py
2019-03-16 14:46:47 +05:30

5 lines
167 B
Python

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