Files
revanced-bots/bots/config.example.json
2022-11-19 13:04:10 +03:00

47 lines
889 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,
"responses": [
{
"p": "discord",
"text": "you wanted peevanced"
},
{
"p": "telegram",
"text":"you wanted peevanced, on telegram"
},
{
"p": "reddit",
"text": "you wanted peevanced, on reddit"
}
]
}
]
}