Current code doesn't have extraction support out-of-the-box.
Go to file
2023-03-31 11:29:21 +00:00
docs docs + operation 2023-01-15 08:51:29 +00:00
v6d3music better admin assertion 2023-03-31 11:29: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 update v6d2ctx 2023-03-31 11:29:02 +00:00
docker-compose.yml trial + _upgrade_abm 2022-11-13 04:33:05 +00:00
Dockerfile underrun detection + new architecture 2023-02-27 11:38:01 +00:00
Docs.Dockerfile underrun detection + new architecture 2023-02-27 11:38:01 +00:00
README.md url fix 2022-11-13 04:48:09 +00:00
requirements.txt underrun detection + new architecture 2023-02-27 11:38:01 +00:00
setup.py sessionservice 2023-02-28 12:32:19 +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