papibot/README.md

21 lines
316 B
Markdown
Raw Normal View History

# Papi Bot
Currently in development.
2025-02-04 22:55:37 -05:00
## System requirements
- `ffmpeg` make sure libopus is included
- `yt-dlp`
2025-02-09 00:49:46 -05:00
## Running locally
Copy .env.example to .env
Populate the discord bot keys
`go run .`
2025-02-09 00:49:46 -05:00
type `!` in any channel in the discord while you're in a voice channel.
## Running tests locally
`make test`