Skip to content

A Discord bot that plays music! Made with JavaScript and love

Notifications You must be signed in to change notification settings

MartinJeanne/linkstart-bot

Repository files navigation

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

About

A Discord bot that plays music! Made with JavaScript and love

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published