add basic avatar support to webhook

This commit is contained in:
Syping 2024-01-17 12:38:16 +01:00
parent 5e78c2728a
commit 502cabd7a7
11 changed files with 128 additions and 14 deletions

View file

@ -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,