Update readme
All checks were successful
Run Go Tests / Run Tests (pull_request) Successful in 11m54s

This commit is contained in:
Javier Feliz 2025-02-09 00:49:46 -05:00
parent d9be5a78c8
commit 999758c790

View File

@ -6,7 +6,7 @@ Currently in development.
- `ffmpeg` make sure libopus is included
- `yt-dlp`
## Current testing steps
## Running locally
Copy .env.example to .env
@ -15,3 +15,7 @@ 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`