Add validation package #19

Merged
xbazzi merged 5 commits from issue-7 into master 2025-02-13 22:10:24 -07:00
Showing only changes of commit 999758c790 - Show all commits

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
@ -14,4 +14,8 @@ Populate the discord bot keys
`go run .`
type `!` in any channel in the discord while you're in a voice channel.
type `!` in any channel in the discord while you're in a voice channel.
## Running tests locally
`make test`