All Documentation
📊Create a poll for the server.

/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

ParameterTypeRequiredDescription
questionTextThe poll question
option1TextFirst option
option2TextSecond option
durationChoiceHow long the poll runs
privateBooleanIf true, only the creator sees results
option3TextThird option
option4TextFourth option
option5TextFifth option

Duration Options

ChoiceDuration
1 hour1 hour
6 hours6 hours
12 hours12 hours
1 day24 hours
3 days72 hours
7 days1 week

How It Works

  1. Create the poll with your question and options
  2. The bot posts a poll embed with voting buttons
  3. Members click buttons to vote
  4. 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)