/beach-bot

A discord bot to give everyone in your voice channel their own entrance music šŸŽµ

Primary LanguageJavaScript

beach-bot

| Everyone deserves entrance music šŸ¤˜ šŸ‘• šŸ–

Vince McMahon Entrance GIF

A Discord bot that will play a custom sound clip when you enter a voice channel!

Developmemt

Setup

npm install
npm run start:dev

This project needs ffmpeg on your system in order to run.

Environment

a .env file is needed in the project, with the values:

TOKEN=

which will be accessible from the Discord Developer portal.

Storage

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.

Deployment

This project has been a trial of using Amazon Linux EC2 (typically using CentOS 7 & a Jenkins pipeline).