mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-05 13:36:56 +01:00
25 lines
527 B
JSON
25 lines
527 B
JSON
|
{
|
||
|
"token": "bot_token",
|
||
|
"guilds": {
|
||
|
"guild_1": {
|
||
|
"channel_1": {
|
||
|
"source": "en",
|
||
|
"target": "de",
|
||
|
"webhook": "https://..."
|
||
|
},
|
||
|
"channel_2": {
|
||
|
"source": "de",
|
||
|
"target": "en",
|
||
|
"webhook": "https://..."
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"translate": {
|
||
|
"hostname": "127.0.0.1",
|
||
|
"port": 80,
|
||
|
"url": "/translate",
|
||
|
"tls": false,
|
||
|
"apiKey": ""
|
||
|
}
|
||
|
}
|