update: poll ..

This commit is contained in:
Saahil 2024-12-16 22:08:35 -05:00
parent 4159cc4713
commit 014eeb57b0
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -63,7 +63,11 @@ export default class ZeonPoll implements Command {
text: { type: "plain_text", text: option },
value: `${pollId}_${index}`,
action_id: `vote_poll_${pollId}_${index}`,
},
},
{
type: "mrkdwn",
text: `\`${"█".repeat(polls[pollId].options.length)}${" ".repeat(polls[pollId].options.length)}\` 0%`,
}
],
})),
{