mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-05 16:32:06 +02:00
add basic avatar support to webhook
This commit is contained in:
parent
5e78c2728a
commit
502cabd7a7
11 changed files with 128 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"token": "$bot_token",
|
||||
"avatar_size": 256,
|
||||
"guilds": {
|
||||
"$guild1_id": {
|
||||
"$channel1_id": {
|
||||
|
@ -26,6 +26,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"token": "$bot_token",
|
||||
"translate": {
|
||||
"hostname": "127.0.0.1",
|
||||
"port": 80,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue