A high-performance Discord bot built with Node.js specifically for streaming live radio stations. Designed for stability, low latency, and crystal-clear audio quality.
- Live Streaming: Supports various online radio stream formats (MP3, AAC, etc.).
- Stable Voice Connection: Optimized for long-term streaming in voice channels.
- Slash Command Integration: Modern, easy-to-use Discord interaction.
- Audio Processing: Powered by Discord's latest voice gateway for high-fidelity sound.
- Auto-Reconnect: Designed to handle network fluctuations and maintain the stream.
- Runtime: Node.js
- Library: discord.js
- Audio Engine: @discordjs/voice
- Stream Handling: FFmpeg & Prism-media
Before running the bot, ensure you have FFmpeg installed on your system:
- Linux:
sudo apt install ffmpeg - Windows: Download from ffmpeg.org and add to System PATH.
- Clone the repository:
git clone [https://github.com/Zizyxx/botradio.git](https://github.com/Zizyxx/botradio.git) cd botradio