NeonCore | Poll ADDON v1.0

neoncore poll addon python
📊 NeonCore — Poll Addon (v1)
Ultra-modern UI, Slash Commands, and Data Persistence. The ultimate poll addon.




🚀 Installation

  1. Drop
    Code:
    poll.py
    into your
    Code:
    /configurations
    folder
  2. Run
    Code:
    !load poll
    in Discord
  3. Sync your slash commands (e.g. by running your bot's sync command or restarting it)



⚙️ Configuration

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



✨ Features

  • 🔪 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.



💬 Commands (Slash Commands)

  • Code:
    /poll create
    Create a new poll.
    Arguments:
    • Code:
      question
      (Required): "Which event do you want?"
    • Code:
      options
      (Optional): "Movie Night, Gaming Tournament, Karaoke"
    • Code:
      duration
      (Optional): "24h" (Supports m, h, d)
    • If you leave options empty, it automatically creates a Yes/No poll.

  • Code:
    /poll end <message_id>
    Forces a poll to end immediately, tallying the votes and showing the winner.
  • Code:
    /poll cancel <message_id>
    Completely deletes the poll message and clears it from the database.
  • Code:
    /poll list
    Lists all currently active polls and their Message IDs.



🎫 Need Help?
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. 🚀




☕ Support the Project
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.
EULA: Free EULA
71 Views
3 Downloads
Apr 6, 2026 Published
N/A Updated
Not yet rated
4 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Corebot addon
  1. Utility
  1. Social
Supported languages
  1. English
Creator
Owner
Recommended for you
Multi Guilded | Moderation, Music, Tickets, Giveaways, Leveling, Addons System and More...
5.00 star(s) 56 ratings
1,344 purchases
Handle support and inquiries with the most trusted, feature-rich ticket bot out there.
5.00 star(s) 57 ratings
896 purchases
#1 by features Tickets/Service Team Bot featuring Commissions, Reviews, Invoices, Dashboard & more
5.00 star(s) 43 ratings
654 purchases
Best Rated | Dashboard, Tickets, Invoices, Moderation, Music, Giveaways, Addons and much more
5.00 star(s) 108 ratings
632 purchases
Multipurpose Discord Bot | The Power On Your Side
5.00 star(s) 67 ratings
396 purchases
71 Views
3 Downloads
Apr 6, 2026 Published
N/A Updated
Not yet rated
4 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Corebot addon
  1. Utility
  1. Social
Supported languages
  1. English
Creator
Owner
Recommended for you
Multi Guilded | Moderation, Music, Tickets, Giveaways, Leveling, Addons System and More...
5.00 star(s) 56 ratings
1,344 purchases
Handle support and inquiries with the most trusted, feature-rich ticket bot out there.
5.00 star(s) 57 ratings
896 purchases
#1 by features Tickets/Service Team Bot featuring Commissions, Reviews, Invoices, Dashboard & more
5.00 star(s) 43 ratings
654 purchases
Best Rated | Dashboard, Tickets, Invoices, Moderation, Music, Giveaways, Addons and much more
5.00 star(s) 108 ratings
632 purchases
Multipurpose Discord Bot | The Power On Your Side
5.00 star(s) 67 ratings
396 purchases
Top