dtranslatebot/etc/dtranslatebot.json
2024-01-02 03:45:06 +01:00

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": ""
}
}