mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2026-05-06 16:40:11 +00:00
add opportunity to setup proxy
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user