?say=XYZ to TTS

This commit is contained in:
bel
2023-03-26 09:12:05 -06:00
parent 340ca1d2f5
commit cb8b254cbb
7 changed files with 133 additions and 6 deletions

View File

@@ -2,7 +2,8 @@ package v01
type config struct {
Feedback struct {
Addr string
Addr string
TTSURL string
}
Users map[string]struct {
Player int