Jump to content
McKay Development

Kulagin

Member
  • Posts

    1
  • Joined

  • Last visited

Kulagin's Achievements

  1. Why doesn't this work? const SteamCommunity = require('steamcommunity'); let community = new SteamCommunity(); community.login({ "accountName": "accountName", "password": "password", }); community.loggedIn(() => { console.log("test"); }); Of course, I use proper login and password. And I get this when I run it:
×
×
  • Create New...