Polls become spammy sometimes
Lord-Haji opened this issue · 3 comments
Lord-Haji commented
@HoeenCoder I think displaying polls side ways will be great!
and for results options with 0 votes will not be shown
Lord-Haji commented
I dont think we need to care much bout main coz tpoll isnt legit in main
HoeenCoder commented
Regular polls can stay the way they are, if you want to make a seperate set of rules for tier polls thats fine.
Possibly something like:
class Tierpoll extends Poll {
super(room, questionData, options);
// Modify functions to not be so spammy with alot of vote options
}