/vote
Create a poll with up to 5 options and configurable duration. Polls can be public or private.
Usage
/vote <question> <option1> <option2> <duration> <private> [option3] [option4] [option5]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
question | Text | ✅ | The poll question |
option1 | Text | ✅ | First option |
option2 | Text | ✅ | Second option |
duration | Choice | ✅ | How long the poll runs |
private | Boolean | ✅ | If true, only the creator sees results |
option3 | Text | ❌ | Third option |
option4 | Text | ❌ | Fourth option |
option5 | Text | ❌ | Fifth option |
Duration Options
| Choice | Duration |
|---|---|
| 1 hour | 1 hour |
| 6 hours | 6 hours |
| 12 hours | 12 hours |
| 1 day | 24 hours |
| 3 days | 72 hours |
| 7 days | 1 week |
How It Works
- Create the poll with your question and options
- The bot posts a poll embed with voting buttons
- Members click buttons to vote
- When the duration ends, results are displayed
Private Polls
When private is set to true, only the poll creator can see the results. Useful for anonymous feedback or sensitive votes.
Example
/vote "Best game?" "Valorant" "CS2" 1 day false "Rocket League"
Required Permissions
- R&V permission level: Member (public)