3.0 KiB
3.0 KiB
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
Run the Projects
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
.env Exampleto.envand fill all the values. - 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
