!poll¶
Default Permission: Moderator
The !poll
command is used to create/view/close/end polls via chat.
Note
You can display the active poll in your stream using the stream overlay for polls.
close¶
Closes the poll to stop further voting, but keeps the results live
- Usage:
- !poll close
- Example:
user: !poll close botisimo: Poll voting closed
new¶
Create a new poll. This will end the current poll if it exists.
- Usage:
- !poll new
<title>
|<option>
|[option]
| … - Arguments:
title
<required> - The title of the polloption
<required> - The name of the option for the poll (to add multiple options separate with a|
character)
- Example:
user: !poll new Is this a fun poll? | yes | no | hell no | what a stupid poll botisimo: New poll: Is this a fun poll? 1. yes (0 votes) 2. no (0 votes) 3. hell no (0 votes) 4. what a stupid poll (0 votes)
open¶
Opens the poll to allow voting
- Usage:
- !poll open
- Example:
user: !poll open botisimo: Poll voting opened: Is this a fun poll? 1. yes (0 votes) 2. no (0 votes) 3. hell no (0 votes) 4. what a stupid poll (0 votes)
view¶
Get the current poll info
- Usage:
- !poll
- Example:
user: !poll botisimo: Current poll: Is this a fun poll? 1. yes (0 votes) 2. no (0 votes) 3. hell no (0 votes) 4. what a stupid poll (0 votes)
winner¶
Select a random winner from the given option
- Usage:
- !poll winner
<option>
- Arguments:
option
<required> - The poll option to select as the winner
- Example:
user: !poll winner 1 botisimo: #1 yes wins!