start: a crufty yet working beginning

This commit is contained in:
Corwin Brust 2026-05-22 06:16:50 +05:30
parent 5a09204ab0
commit 3ef54d8169
3 changed files with 283 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"tokenFile": "/path/to/.token",
"uri": "https://shred.ing/ogg",
"titleUri":"https://shred.ing/autodj.meta",
"reconnectDelayMS": 1000,
"titleFetchIntervalMS": 5000,
"autoJoin": [
{
"guild": "DISCORD_GUILD_ID",
"channel": "DISCORD_CHANNEL_ID"
}
],
"active": [ ]
}