| Service | Version | Purpose | Public Link |
| PostgreSQL | any recent | Database — stores prefixes, playlists, favorites, profiles, leaderboards, blacklists, and per-guild settings (one database per bot) | https://www.postgresql.org/ |
| Lavalink | v4 | Audio node — handles track resolution and audio streaming (requires Java 17+) | https://github.com/lavalink-devs/Lavalink |
| Requirement | Version / Notes | Public Link |
Python | 3.10 or newer (3.12 recommended) | https://www.python.org/ |
| Java | 17+ (required to run the Lavalink server) | https://adoptium.net/ |
pip install -r requirements.txt. All free and open-source.| Package | Purpose | Public Link |
| discord.py | Discord API wrapper — core bot framework | https://pypi.org/project/discord.py/ |
python-dotenv | Loads configuration from .env files | https://pypi.org/project/python-dotenv/ |
asyncpg | Async PostgreSQL driver | https://pypi.org/project/asyncpg/ |
| psutil | System/process monitoring (stats, resource usage) | https://pypi.org/project/psutil/ |
| jishaku | Owner debug/eval extension | https://pypi.org/project/jishaku/ |
voltricx | Lavalink client / audio player engine | https://voltricx.revvlabs.in/ |
PyNaCl | Voice encryption (required for voice connections) | https://pypi.org/project/PyNaCl/ |
davey | Audio/utility dependency | https://pypi.org/project/davey/ |
unidecode | Lyrics romanization for non-Latin scripts | https://pypi.org/project/Unidecode/ |
| aiohttp | Async HTTP client (API requests, lyrics fetch) | https://pypi.org/project/aiohttp/ |
| Pillow | Image rendering (profile cards, player cards) | https://pypi.org/project/Pillow/ |
application.yml (used by Lavalink/LavaSrc — not bundled with this product). Each placeholder in application.yml.example includes an inline comment explaining where to obtain it.