dtranslatebot/etc/dtranslatebot.json

35 lines
857 B
JSON

{
"token": "bot_token",
"guilds": {
"guild_1": {
"channel_1": {
"source": "en",
"target": "de",
"webhook": "https://german.webhook"
},
"channel_2": {
"source": "de",
"target": "en",
"webhook": "https://english.webhook"
}
},
"guild_2": {
"channel_1": {
"source": "en",
"target": {
"de": "https://german.webhook",
"fr": "https://french.webhook",
"ru": "https://russian.webhook"
}
}
}
},
"translate": {
"hostname": "127.0.0.1",
"port": 80,
"url": "/translate",
"tls": false,
"apiKey": ""
}
}