Current code doesn't have extraction support out-of-the-box.
Go to file
2022-12-25 02:55:21 +00:00
v6d3music servicing 2022-12-25 02:55:21 +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 performance update 2022-12-20 02:18:49 +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 commands revised + optimisations 2022-12-24 08:02:22 +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