BeepIsla / csgo-commend-bot

Commend/Report bot in NodeJS
GNU Affero General Public License v3.0
288 stars 144 forks source link

Not receiving commends ingame #569

Closed 2kFlow closed 4 years ago

2kFlow commented 4 years ago

Ingame in the chat box it shows congratulations , You've received a commend! . But when i click on my profile the commends remain the same . Pls help cfg : { "commend": { "friendly": 40, "teaching": 40, "leader": 40

},
"account": {
    "username": "",
    "password": "",
    "sharedSecret": ""
},
"fetcher": {
    "username": "yran**********ad",
    "password": "***************",
    "sharedSecret": "",
    "maxTries": 10,
    "tryDelay": 2500,
    "askSteamGuard": true
},
"proxy": {
    "enabled": false,
    "file": "proxies.txt",
    "switchProxyEveryXaccounts": 20
},
"type": "COMMEND",
"method": "SERVER",
"target": "https://steamcommunity.com/profiles/7****************3/",
"serverID": "auto",
"matchID": "0",
"perChunk": 20,
"betweenChunks": 300000,
"cooldown": 28800000,
"showCommends": false,
"autoReportOnMatchEnd": false,
"switchServerAfterChunks": 5,
"protocol": "Auto",
"steamWebAPIKey": "E9*********************D",
"disableUpdateCheck": false

}

BeepIsla commented 4 years ago

Duplicate #473