5,000 servers, 2,500,000+ votes, 50,000+ polls later and Simple Poll Bot has been discontinued. Thank you for using and supporting this small project through the past few years. The project has been discontinued due to Discord's official polling implementation. It includes all of the current and planned features the bot had and is the recommended to use over setting up this bot on your own. Once more, thank you :)
All questions regarding the bot should be redirected to our support discord server. A poll bot for discord fully utilizes slash commands with interaction menus for choice selection, no more searching for that one emoji to select an item in your polling.
- A fully slash command-based bot, no more remembering some random prefix.
- Upwards to 25 items per poll this is a DiscordAPI limitation (field: options?*) not my own which is better than the reaction bot polls that are limited to 20 items!!
- Fancy display method on poll end automatically sorting the votes from highest to lowest
/poll
title: Poll Title
description: Poll Description\nwith multiline\nsupport
items: One,Two,Three,Four,Five,Six,Seven,Eight,Nine,Ten (up to 25 items maximum)
public: false
thread: true
/poll title: Poll Title, description: Poll Description\nwith multiline\nsupport. items: One,Two,Three,Four,Five,Six,Seven,Eight,Nine,Ten public: false thread: true
Invite the bot using this link.
Our app directory page. https://discord.com/application-directory/911731627498041374
Polls are created using the /poll
command. The command requires 4 input fields
- Title
- The title for the message embed.
- There is a character limit of 256 on the title.
- The title for the message embed.
- Description
- The description for the message embed.
- There is a character limit of 4096 on the description.
- To attach a newline to the message add \n anywhere in the description.
- The description for the message embed.
- Items
- Each item has a character limit of 100.
- The items for the poll, each item must be separated by a ,
- Public
TRUE
orFALSE
- Wether or not the poll displays the current poll vote counts.
- Thread
- Optional to include in your command or not.
TRUE
orFALSE
- Will attach a thread to the current poll.
You cannot create a poll if you don't have the MANAGE_GUILD
permission or if you don't have the "Poll Manager"
role.
With the MANAGE_GUILD
permission or the "Poll Manager"
role simply click the Close Poll
button and you're all set!