Configurable name mapping, streaming responses

This commit is contained in:
2026-02-28 22:14:27 -08:00
parent 62a659fcbb
commit 1921e1b781
6 changed files with 256 additions and 68 deletions

View File

@@ -25,3 +25,9 @@ THROWBACK_CHANNEL="123456789012345678"
ENABLE_LOSER=1
LOSER_CHANNEL="123456789012345678"
# Real name mappings (format: "username:FirstName,username2:FirstName2")
REAL_NAMES=""
# Whitelist of first names for biggest loser announcement
LOSER_WHITELIST="James,Vincent,Myles,Sam"