Jump to content
McKay Development

Cool Guy

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Cool Guy

  1. Hello, Im making a Announce bot on Steam I want to send all my friends a message here is the code i tried:

    message = "test"
    Object.keys(client.myFriends).some(r=>{
                        client.chatMessage(r,"\n" + message);
                        console.log("Message Sended to " + r.toString())
    })
    

    Its only sending 3 or 2 guys in friend list and I checked the steamID's

    Any ideas ?

×
×
  • Create New...