Skip to main content

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

OptionDescriptionRequiredDefaultLimitations
questionWhat is the question of the poll?1024 characters
timeHow long should the poll run? Accepts durations (3h 15m), natural language (tomorrow 9am), Unix timestamps, and Discord timestamps.up to 30 days
typeWhat type of poll should be created?Normal (Buttons)
maxchoicesHow many answers can each user choose?119 choices
textWhich text should be appear above the poll?2000 characters
allowedroleWhich 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:

  • Durations15m (15 minutes), 3d (3 days), or combined like 1d 7h 30m. Units are s (second), m (minute), h (hour), d (day) and w (week). You can also write them out, e.g. 2 hours or 1 week.
  • Natural language – e.g. tomorrow 9am, next friday 18:00, or 8 Jul 15:00 CEST. The poll then closes at that exact date and time.
  • Unix timestamp – e.g. 1524405600 for 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

yes-no-timepoll

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

custom-timepoll