Warning: Hellion hasn't been maintained since 2023. If you're searching for a music bot, consider using Hydrogen.
Hellion (previously Hellion Warden) is a Discord bot created by Nashira Deer to play videos from YouTube, and other medias in a voice chat.
Hellion can be built using Docker or using Node.js directly, but the Docker way is recommended.
- Download and install Node.js v16
- Install the packages using
npm ci - Build the TypeScript source using
npm run build - Run with
npm start
- Build an image using
docker build -t hellion:latest . - Create a
.envfile containing the necessary variables. - Run the container using
docker run --env-file .env hellion:latest
Created by Nashira Deer and licensed under General Public License v3.0.