FunkyBot/config.json

26 lines
666 B
JSON

{
"servername": {
"twitch": {
"client_id": "",
"client_secret": "",
"access_token": "",
"channel_id": "xxx",
"channel_name": "xxx",
"expire_date": 1649873640,
"watchlist": []
}
},
"OgmaBotDev": {
"twitch": {
"client_id": "[redacted]",
"client_secret": "[redacted]",
"access_token": "[redacted]",
"channel_id": "[redacted]",
"channel_name": "live-penguins",
"expire_date": "[redacted]",
"watchlist": [
"funkywaddle"
]
}
}
}