Jump to content
McKay Development

MrPotato

Member
  • Posts

    65
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

1220 profile views

MrPotato's Achievements

  1. is there any way to resolve it?
  2. idk when and how im getting error, but im getting it sometimes i use proxy in SteamUser constructor
  3. yes, but when i get error inside the function, the function calls again with err
  4. client.getTradeURL(function(err, details) { if(err) return console.log("error: " + err); console.log(badvar); });log: error: ReferenceError: badvar is not defined
  5. user.on('error', function(e) { log(username, "error: " + JSON.stringify(e)); log(username, e);}); Sometimes returns "{}" log:[y6p123] error: {}[y6p123] } Why?
  6. I want handle 'FriendMessagesClient.NotifyAckMessageEcho#1' message, it's possible?
  7. this one yes, my problem. but i just wanna know how can i send a message to my group using gid or link group? Any method? Thanks for your answer
  8. Im working on steam chat bot to my group
  9. also user.joinChat('103582791438529221', function(result){ console.log(result); }); returns 'Limited' why?
  10. is possible with node-steam-user or node-steamcommunity?
  11. i dont really know how can i do this, how can i get chat room id?
  12. how can i send a message to group using gid or url?
×
×
  • Create New...