Skip to content

zuedev/VCDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Music Bot

A Discord music bot that actually works.

Installation

The bot can be installed either by inviting it to your server or by self-hosting it.

Official Public Instance

You can invite the official public instance of the bot to your server using the following link:

Invite Bot

Self-Hosting

If you prefer to self-host the bot, you can do so by using Docker:

  1. Clone the repository:
git clone https://github.com/zuedev/discord-music-bot.git
cd discord-music-bot
  1. Build the Docker image:
docker build -t discord-music-bot .
  1. Create a .env file in the root directory and add your Discord bot token:
DISCORD_BOT_TOKEN=abcdef123456
  1. Start the bot:
docker run -d --name discord-music-bot --env-file .env discord-music-bot

Development

This project is mirrored! Please do not push directly to this repository. Instead, format your changes using git format-patch and send them to me via email or Discord.

About

A Discord music bot that actually works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published