v6d3music/README.md

578 B

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/ :

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