2024-01-02 03:45:06 +01:00
|
|
|
{
|
|
|
|
"token": "bot_token",
|
|
|
|
"guilds": {
|
|
|
|
"guild_1": {
|
|
|
|
"channel_1": {
|
|
|
|
"source": "en",
|
|
|
|
"target": "de",
|
2024-01-12 00:09:18 +01:00
|
|
|
"webhook": "https://german.webhook"
|
2024-01-02 03:45:06 +01:00
|
|
|
},
|
|
|
|
"channel_2": {
|
|
|
|
"source": "de",
|
|
|
|
"target": "en",
|
2024-01-12 00:09:18 +01:00
|
|
|
"webhook": "https://english.webhook"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"guild_2": {
|
|
|
|
"channel_1": {
|
|
|
|
"source": "en",
|
|
|
|
"target": {
|
|
|
|
"de": "https://german.webhook",
|
|
|
|
"fr": "https://french.webhook",
|
|
|
|
"ru": "https://russian.webhook"
|
|
|
|
}
|
2024-01-02 03:45:06 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"translate": {
|
|
|
|
"hostname": "127.0.0.1",
|
|
|
|
"port": 80,
|
|
|
|
"url": "/translate",
|
|
|
|
"tls": false,
|
|
|
|
"apiKey": ""
|
|
|
|
}
|
|
|
|
}
|