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
Option | Description | Required | Default | Limitations |
---|---|---|---|---|
question | What is the question of the poll? | ✅ | 1024 characters | |
time | How 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 | |
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
Examples of time
specifications:
15m
for 15 minutes3d
for 3 days1d 7h 30m
for 1 day, 7 hours and 30 minutes1524405600
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
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