📊
Polls
Create timed polls with button voting, optional multi-choice, and rich embeds.
Create timed polls with button voting, optional multi-choice, and rich embeds.
Set it up
- 1Open Polls and enable the module; the dashboard page configures the poll embed style.
- 2Create polls with the
/pollcommand in Discord — question, options, channel, and duration. - 3QREATE closes and summarizes votes when time is up.
Good poll design
- Use 2-8 options. Long polls are harder to read and easier to misclick.
- Use multi-choice only when more than one answer is truly valid.
- Use a rich embed for announcements, but keep the question itself short.
text
Good: Which event time works best?
Options: Friday 20:00, Saturday 18:00, Sunday 17:00
Bad: A 20-option survey with long paragraph answersExample poll
json
{
"question": "Which tournament format should we run?",
"options": ["1v1", "2v2", "Squads"],
"multiChoice": false,
"durationMinutes": 1440
}What to know
- Polls go live immediately when created by AI proposal.
- Use concise options; Discord buttons need short labels.