remyjette/DiscordPollBot ↗
Created Dec 27, 2020 · View the remyjette/DiscordPollBot repository page
A discord poll bot that allows users to add their own options while a poll is running
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
91
From
Nov 14, 2020
To
Dec 20, 2020
About remyjette/DiscordPollBot
DiscordPollBot is a Python-based Discord bot that enables users to create and manage polls within Discord servers. The bot's defining feature is its ability to let participants dynamically add their own poll options while a poll is actively running using the `/addoption` command, making polls more interactive and collaborative than static pre-defined choices.
The bot is designed to be deployed either as a ready-made instance that users can add directly to their servers, or as a self-hosted installation. For self-hosting, it requires a Discord bot token supplied via an environment variable, and the project includes Docker support to streamline deployment and running the bot in containerized environments.