mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-05 16:32:06 +02:00
initial commit
This commit is contained in:
commit
b710fa3050
8 changed files with 508 additions and 0 deletions
24
etc/dtranslatebot.json
Normal file
24
etc/dtranslatebot.json
Normal 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": ""
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue