mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 21:56:17 +00:00
34 lines
611 B
JSON
34 lines
611 B
JSON
{
|
|
"discord": {
|
|
"token": "YOUR-BOT-TOKEN-HERE",
|
|
"id": "1038762591805247518",
|
|
"trainRole": "965267139902705744",
|
|
"trainingRole": "952987191401926697"
|
|
},
|
|
|
|
"telegram": {
|
|
"token": "YOUR-BOT-TOKEN-HERE"
|
|
},
|
|
|
|
"reddit": {
|
|
"username": "ReVancedBot",
|
|
"password": "supers3cur3p4ssw0rd",
|
|
"userAgent": "ReVancedBot-Reddit",
|
|
"clientId": "CLIENT-ID",
|
|
"clientSecret": "CLIENT-SECRET"
|
|
},
|
|
|
|
"server": {
|
|
"port": 3000,
|
|
"host": "192.168.1.6"
|
|
},
|
|
|
|
"responses": [
|
|
{
|
|
"label": "DOWNLOAD",
|
|
"threshold": 0.85,
|
|
"text": "you wanted peevanced"
|
|
}
|
|
]
|
|
}
|