Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 758 Bytes

File metadata and controls

39 lines (29 loc) · 758 Bytes

linkstart-bot

Info

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.

Run the bot

Rename .env.example file in .env and fill these information:

DISCORD_CLIENT_ID=your_application_id
DISCORD_TOKEN=the_token_of_your_bot

Run bot with Node.js

Install dependencies:

npm install

Lauch the bot:

npm start

Run bot with Docker

Build Docker image:

docker build -t linkstart-bot .

Run image in a container:

docker run linkstart-bot