A lightweight and scalable Discord bot built with Python and MySQL, designed to bring structured prediction systems and community-driven interactions into Discord servers.
The Nexory Bot connects Discord communities with a prediction-based system where users can participate in events, track outcomes, and engage with shared decision-making concepts.
Inspired by platforms like Nexory, the bot focuses on simplicity, transparency, and extensibility.
- User account system with persistent data (MySQL)
- Event-based prediction structure (e.g. YES / NO outcomes)
- Basic economy / point tracking
- Command handling with modular architecture
- Easy integration into existing Discord servers
- Python (discord.py or similar)
- MySQL database
- Async architecture for scalability
- Environment-based configuration
/bot
/commands
/events
/database
main.py
The bot is built with modularity in mind, allowing easy expansion and maintenance.
- Clone the repository
- Install dependencies
- Configure your
.envfile (Discord token, MySQL credentials) - Run the bot
- Advanced prediction pools and reward distribution
- Web dashboard integration
- Role-based permissions and admin tools
- Real-time statistics and leaderboards
- API integration for external event data
- Improved security and validation systems
This project is under active development. Features and structure may change as the system evolves.
MIT License