Skip to content

Vocard is a simple music bot. It leads to a comfortable experience which is user-friendly, It supports Youtube, Soundcloud, Spotify, Twitch and more!

License

Notifications You must be signed in to change notification settings

ChocoMeow/Vocard

Repository files navigation

Discord

Vocard (Discord Music Bot)

Vocard is a simple custom Disocrd Music Bot built with Python & discord.py
Demo: Discord Bot Demo, Dashboard Demo

Host for you?

Patreon

Tutorial

Click on the image below to watch the tutorial on Youtube.

Discord Music Bot

Screenshot

Discord Bot

Dashboard

Requirements

Quick Start

git clone https://github.com/ChocoMeow/Vocard.git  #Clone the repository
cd Vocard                                          #Go to the directory
python -m pip install -r requirements.txt          #Install required packages

After installing all packages, you must configure the bot before to start! How To Configure
Start your bot with python main.py

Configuration

  1. Rename .env Example to .env and customize your env.
  2. Rename settings Example.json to settings.json and customize your settings.
  3. Now, you can start your bot with python main.py.

How to update? (For Windows and Linux)

Note: Make sure there are no personal files in the directory! Otherwise it will be deleted.

# Check the current version
python update.py -c

# Install the latest version
python update.py -l

# Install the specified version
python update.py -v VERSION

# Install the beta version
python update.py -b