diff --git a/compiler/error/source/400_BAD_REQUEST.tsv b/compiler/error/source/400_BAD_REQUEST.tsv index 838b0413..0e8e0f35 100644 --- a/compiler/error/source/400_BAD_REQUEST.tsv +++ b/compiler/error/source/400_BAD_REQUEST.tsv @@ -132,4 +132,9 @@ ADMIN_RANK_EMOJI_NOT_ALLOWED Emojis are not allowed in custom administrator titl FILE_REFERENCE_EMPTY The file reference is empty FILE_REFERENCE_INVALID The file reference is invalid REPLY_MARKUP_TOO_LONG The reply markup is too long -SECONDS_INVALID The seconds interval is invalid, for slow mode try with 0 (off), 10, 30, 60 (1m), 300 (5m), 900 (15m) or 3600 (1h) \ No newline at end of file +SECONDS_INVALID The seconds interval is invalid, for slow mode try with 0 (off), 10, 30, 60 (1m), 300 (5m), 900 (15m) or 3600 (1h) +QUIZ_MULTIPLE_INVALID A quiz can't have multiple answers +QUIZ_CORRECT_ANSWERS_EMPTY The correct answers of the quiz are empty +QUIZ_CORRECT_ANSWER_INVALID The correct answers of the quiz are invalid +QUIZ_CORRECT_ANSWERS_TOO_MUCH The quiz contains too many correct answers +OPTIONS_TOO_MUCH The poll options are too many \ No newline at end of file