mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
update: poll ..
This commit is contained in:
parent
4159cc4713
commit
014eeb57b0
1 changed files with 5 additions and 1 deletions
|
|
@ -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%`,
|
||||
}
|
||||
],
|
||||
})),
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue