Current code doesn't have extraction support out-of-the-box.
Go to file
2022-11-29 12:05:58 +00:00
v6d3music update dpy 2022-11-23 15:54:51 +00:00
.dockerignore .dockerignore 2022-11-29 12:05:58 +00:00
.gitignore trial + _upgrade_abm 2022-11-13 04:33:05 +00:00
.trial_token_example.env trial + _upgrade_abm 2022-11-13 04:33:05 +00:00
base.requirements.txt update dpy 2022-11-23 15:54:51 +00:00
docker-compose.yml trial + _upgrade_abm 2022-11-13 04:33:05 +00:00
Dockerfile base.requirements.txt 2022-11-04 09:37:54 +00:00
README.md url fix 2022-11-13 04:48:09 +00:00
requirements.txt update db 2022-11-20 23:28:27 +00:00

music bot

try for yourself

default prefix is ?/

install docker compose

follow instructions at https://docs.docker.com/compose/install/
from https://docs.docker.com/compose/install/linux/ :

sudo apt-get update
sudo apt-get install docker-compose-plugin

or

sudo yum update
sudo yum install docker-compose-plugin

clone repo

git clone https://gitea.parrrate.ru/PTV/v6d3music.git
cd v6d3music

set token

cp .trial_token_example.env .trial_token.env
vim .trial_token.env

start or update

docker compose up -d --build