All checks were successful
Run Go Tests / Run Tests (pull_request) Successful in 11m54s
21 lines
316 B
Markdown
21 lines
316 B
Markdown
# Papi Bot
|
|
|
|
Currently in development.
|
|
|
|
## System requirements
|
|
- `ffmpeg` make sure libopus is included
|
|
- `yt-dlp`
|
|
|
|
## Running locally
|
|
|
|
Copy .env.example to .env
|
|
|
|
Populate the discord bot keys
|
|
|
|
`go run .`
|
|
|
|
type `!` in any channel in the discord while you're in a voice channel.
|
|
|
|
## Running tests locally
|
|
|
|
`make test` |