start: a crufty yet working beginning
This commit is contained in:
parent
5a09204ab0
commit
3ef54d8169
3 changed files with 283 additions and 0 deletions
14
discord-channels-simple.json
Normal file
14
discord-channels-simple.json
Normal 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": [ ]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue