add opportunity to setup proxy

This commit is contained in:
2026-03-15 20:24:09 +06:00
parent 09dc600b20
commit 7cb5490d68
7 changed files with 81 additions and 2 deletions

View File

@@ -10,6 +10,13 @@
}
},
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"proxy": {
"host": "127.0.0.1",
"port": 1080,
"username": "OPTIONAL username",
"password": "OPTIONAL password",
"_note": "THIS OBJECT IS OPTIONAL"
},
"plugins": [
"dev.inmo.plagubot.HelloPlugin"
],