I built Pixel because most bots are either too complicated or missing key features. It handles moderation, utilities, and adds some fun - nothing more, nothing less.
- Moderation: Tools to help manage your server
- Utilities: Practical features for server administration
- Entertainment: Lightweight fun commands
- Simple Architecture: Easy to run and modify (aslong as you have some basic python knowledge)
Public bot coming soon, working on finding a suitable host.
Requirements:
- Python 3.10+
- Install the dependencies
pip install -r requirements.txt
Setup:
- Clone the repository
- Add your bot token and other credentials to the config (
.env
) - Run
python startup.py
Current focus areas:
- Data storing transition: Transitioning from JSON to MySQL in some functionalities (JSON files were just for starters)
- Web interface: Browser-based control panel
- Enhanced customization: More server-specific configuration options
- Vulnerability hunting: Looking for vulnerabilities to patch out, increasing the long term reliablility of the bot.
Contributions welcome Open to suggestions and pull requests. Keep it simple and practical.