Skip to content

Commit d3e9816

Browse files
committed
Add a bunch of new errors about polls/quiz
1 parent 2bf6357 commit d3e9816

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

compiler/error/source/400_BAD_REQUEST.tsv

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,9 @@ ADMIN_RANK_EMOJI_NOT_ALLOWED Emojis are not allowed in custom administrator titl
132132
FILE_REFERENCE_EMPTY The file reference is empty
133133
FILE_REFERENCE_INVALID The file reference is invalid
134134
REPLY_MARKUP_TOO_LONG The reply markup is too long
135-
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)
135+
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)
136+
QUIZ_MULTIPLE_INVALID A quiz can't have multiple answers
137+
QUIZ_CORRECT_ANSWERS_EMPTY The correct answers of the quiz are empty
138+
QUIZ_CORRECT_ANSWER_INVALID The correct answers of the quiz are invalid
139+
QUIZ_CORRECT_ANSWERS_TOO_MUCH The quiz contains too many correct answers
140+
OPTIONS_TOO_MUCH The poll options are too many

0 commit comments

Comments
 (0)