b26d7af14bef0857b152f4761c95599a2c229595
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?
Tutorial
Click on the image below to watch the tutorial on Youtube.
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
- Rename
settings Example.jsontosettings.jsonand customize your settings. - 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
Description
Languages
Python
99.8%
Dockerfile
0.2%
