Time Poll Command
About the command
The TimePoll Command creates polls with a time limit that automatically close when time runs out. Perfect for time-sensitive votes where you need results by a specific deadline. You can set time limits from a few seconds up to 30 days and create up to 19 custom answers just like regular polls. When the timer expires, the poll closes automatically and shows the final results.
Quick Overview
- Command:
/timepoll - Required Options:
question,time - Optional Options:
type,maxchoices,text,answer-[1-19] - Default Required Permissions:
Manage Server
Arguments
| Option | Description | Required | Default | Limitations |
|---|---|---|---|---|
question | What is the question of the poll? | ✅ | 1024 characters | |
time | How long should the poll run? Accepts durations (3h 15m), natural language (tomorrow 9am), Unix timestamps, and Discord timestamps. | ✅ | up to 30 days | |
type | What type of poll should be created? | ❌ | Normal (Buttons) | |
maxchoices | How many answers can each user choose? | ❌ | 1 | 19 choices |
text | Which text should be appear above the poll? | ❌ | 2000 characters | |
allowedrole | Which role is allowed to vote? | ❌ | Everyone | |
answer-[1-19] | Answer options for which members can vote. For each answer custom emojis can be set. (Read more here) | ❌ | 256 characters |
info
The time option is flexible and accepts several formats:
- Durations –
15m(15 minutes),3d(3 days), or combined like1d 7h 30m. Units ares(second),m(minute),h(hour),d(day) andw(week). You can also write them out, e.g.2 hoursor1 week. - Natural language – e.g.
tomorrow 9am,next friday 18:00, or8 Jul 15:00 CEST. The poll then closes at that exact date and time. - Unix timestamp – e.g.
1524405600for April 22, 2018 4:00 PM. - Discord timestamp – e.g.
<t:1524405600>.
tip
While typing, EasyPoll shows a live autocomplete preview of the resolved date and time, so you can confirm it matches what you intended before running the command. Times given without a timezone are interpreted as UTC; include an explicit timezone (like CEST or UTC+2) to override this.
Examples
Yes/No TimePoll
/timepoll question:Are you happy? time:3h 15m

Custom TimePoll
/timepoll question:What is your favorite? time:5d 6h maxchoices:1 answer-1::pizza: Pizza answer-2::hamburger: Burger answer-3::easypoll: EasyPoll answer-4:Something else
