Poll Create
To create a poll, simply use the /poll create
command.
Parameter
answer X
: Create up to 10 options users can vote on. At least one is mandatorydescription
: Description which is shown right below the poll questionmax_choices
: Amount of choices a user can select. (Default1
)anonymous
: IfTrue
, users can not see who voted for which option. (DefaultFalse
)sticky
: If the poll should be sticky or not. (DefaultFalse
)time
: Time till the poll closes. (Default7d
)role_limit
: Only users with the given role can vote. (Default@everyone
)one_time_text
: This text is only added on the initial poll creation. Useful if you want to @mention users, but do not want to @mention them every time the poll gets recreated (ifsticky
).text
: Text that is shown right above the poll question. This field can be use to @mention users/roles
Custom Emojis
You can overwrite the default poll emojis by starting the answer
with <emoji>,
.
The following answer input would create the poll below:
- answer1:
🟡, Valid emoji answer
- answer2:
Some answer, with some, random comma
- answer3:
⛔i, Invalid emoji answer
- answer4:
⛔, Valid emoji answer
Newline
Discord sadly does not have a possibility to add a newline/line break to command options (on Desktop).
StickMe
offers a small workaround for that limitation. If you want to format your poll better, you can use \n
to create a newline. Supported fields are:
description
text
one_time_text
answers