Files
shred.ing-discord/discord-channels.json

42 lines
1.3 KiB
JSON

{
"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"
}
}
}
]
}