Ultra-modern UI, Slash Commands, and Data Persistence. The ultimate poll addon.
- Drop
into yourCode:
poll.pyfolderCode:/configurations - Run
in DiscordCode:
!load poll - Sync your slash commands (e.g. by running your bot's sync command or restarting it)
All settings are at the top of the file — no external config, no database, no setup wizard.
Code:
# ── VISUAL ──────────────────────────────────────────
EMBED_COLOR = 0x2B2D31 # Dark modern color for active poll
EMBED_COLOR_ENDED = 0x57F287 # Green color for ended poll
MAX_OPTIONS = 10 # Maximum number of options per poll
# ── ADMIN ACCESS ─────────────────────────────────────
ADMIN_ROLE_IDS = [] # Role IDs allowed to manage polls
ADMIN_USER_IDS = [] # User IDs allowed to manage polls
Slash Commands (/poll) — Clean, native Discord UX instead of outdated text commands.
Natural Language Inputs — Input options separated by commas (e.g. Movie Night, Gaming, Q&A).
Premium UI — Blockquotes, clean spacing, author avatars, and modern embed colors.
Persistence — Polls and their timers are saved in a JSON file. If your bot restarts, the timers resume automatically!
Live Results — Polls edit themselves with progress bars and medal rankings when ended.
Admin Only — Protected by your own configurable Role/User IDs directly in the code.
-
Create a new poll.Code:
/poll create
Arguments:-
(Required): "Which event do you want?"Code:
question -
(Optional): "Movie Night, Gaming Tournament, Karaoke"Code:
options -
(Optional): "24h" (Supports m, h, d)Code:
duration - If you leave options empty, it automatically creates a Yes/No poll.
-
-
Forces a poll to end immediately, tallying the votes and showing the winner.Code:
/poll end <message_id> -
Completely deletes the poll message and clears it from the database.Code:
/poll cancel <message_id> -
Lists all currently active polls and their Message IDs.Code:
/poll list
Having trouble with the installation? Found a bug? Got a question?
Don't post in the reviews — join our Discord and open a ticket.
We'll get back to you as fast as possible.
I spend countless hours developing and maintaining these premium addons for free.
If you enjoy my work and want to support future updates, consider buying me a coffee!
Part of the NeonCore ecosystem — modular, clean, and production-ready.
