v6d3music/README.md

18 lines
296 B
Markdown

# music bot
## try for yourself
default prefix is `?/`
### clone repo
```sh
git clone https://gitea.parrrate.ru/PTV/v6d3music.git
cd v6d3music
```
### set token
```sh
cp .trial_token_example.env .trial_token.env
vim .trial_token.env
```
### start or update
```sh
docker compose up -d --build
```