initial commit

This commit is contained in:
Syping 2024-01-02 03:45:06 +01:00
commit b710fa3050
8 changed files with 508 additions and 0 deletions

24
etc/dtranslatebot.json Normal file
View file

@ -0,0 +1,24 @@
{
"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": ""
}
}