French discord bot that can play music among other things!
Invite Linkstart-bot on your server 🤖
This project take advange of CI/CD and automatically deploy any commit pushed on master via Docker on a VPS.
Rename .env.example file in .env and fill these information:
DISCORD_CLIENT_ID=your_application_id
DISCORD_TOKEN=the_token_of_your_bot
Install dependencies:
npm install
Lauch the bot:
npm start
Build Docker image:
docker build -t linkstart-bot .
Run image in a container:
docker run linkstart-bot