Skip to main content

Time Poll Command


About the command

With the TimePoll Command you can easily create polls with time limit. After given time the poll ends and alternatively it can be closed at any time. A time poll can be either a simple yes/no poll or a poll with up to 19 custom answers. A poll can run for a maximum of 30 days.

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? Time codes can consist of several times ending with s (second), m (minute), h (hour), d (day) or w (week).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

Examples of time specifications:

  • 15m for 15 minutes
  • 3d for 3 days
  • 1d 7h 30m for 1 day, 7 hours and 30 minutes
  • 1524405600 for April 22, 2018 4:00 PM (Unix timestamp)
tip

For precise time specifications, a Unix timestamp can also be used as a time value.
Use this website to generate a timestamp.

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