Hello,   I don't know where is the problem, but after 30 March day stopped working function gamesPlayed.   Steam update: http://blog.counter-strike.net/index.php/2018/03/20308/   I made the latest updates via: npm update ; npm update express.   Here is the simple code for status: 
client.on('loggedOn', () => {
    console.log('BOT is Online.');
    client.setPersona(SteamUser.Steam.EPersonaState.Online);
    client.gamesPlayed(["My MiniBot",730]); // client.gamesPlayed(730); or client.gamesPlayed(440); - It's same. I see constantly Online without changes.
});Thanks for answer.