| Everyone deserves entrance music 🤘 👕 🏖
A Discord bot that will play a custom sound clip when you enter a voice channel!
npm install
npm run start:dev
This project needs ffmpeg
on your system in order to run.
a .env
file is needed in the project, with the values:
TOKEN=
which will be accessible from the Discord Developer portal.
The project uses lowdb
as a lightweight solution to persistent storage. This will save a db.json
on the file system to keep user's entrance songs saved.
This project has been a trial of using Amazon Linux EC2 (typically using CentOS 7 & a Jenkins pipeline).