add inital program versions

This commit is contained in:
2025-05-18 21:14:45 -05:00
parent 6c374871e7
commit 5aaa58bd23
6 changed files with 718 additions and 1 deletions

41
discord-channels.json Normal file
View File

@ -0,0 +1,41 @@
{
"tokenFile": "/etc/shred.ing/.token",
"uri": "https://shred.ing/live.ogg",
"reconnectDelayMS": 1000,
"titleFetchIntervalMS": 5000,
"mcommands": [
{
"name": "Join",
"doc": "Connect to channel and begin streaming. Issue this command from the text chat of a voice channel to which you are connected.",
"re": "join|play|start"
},
{
"name": "Stop",
"doc": "Stop streaming and disconnect from channel. You must issue this command from the text chat of a voice channel to which both you and the bot are connected.",
"re": "stop|pause|part|end"
},
{ "name": "Title",
"doc": "Reply with the current track title and channel count. This command is availble from any text channel (including the text chat of a voice channel to which both you and the bot are connected). This does not hit the streaming server, which is usually queries ever few seconds automatically to update the bot \"status\".",
"re": "title|track|.?"
}
],
"autoJoin": [
{
"guild": "1368294440468217946",
"channel": "1371236850089594900"
}
],
"active": [
{
"guildID": "1368294440468217946",
"channel": { "id": "1368294441630306418" },
"member":
{
"voiceState":
{
"channelID": "1368294441630306418"
}
}
}
]
}