fix: we don't want to post a quiz if poll's options are too long (>99 characters)
Closed this issue · 1 comments
Sanix-Darker commented
we don't want to post a quiz if poll's options are too long (>99 characters), as you can see on this github action : https://github.com/osscameroon/global-github-actions/runs/5206548120?check_suite_focus=true
wha i suggest is to be sure that options are good before trying to send the first message, what do you think @pythonbrad
pythonbrad commented
yes, then if one option exceed 99 character, the quiz will be skipped?