-
Posts
2 -
Joined
-
Last visited
Posts posted by root
-
-
Hello,
If my Bot accept the friendsrequest the Bot is spamming in the console:
Accepted friendrequest from: "steamID" s
testamIDclient.on('friendRelationship', (steamid, relationship) => {console.log("Accepted friendrequest from: " + steamid);client.addFriend(steamid);});How can I fix it to just 1 console Log for every new Friend?
Greetings
community.inviteUserToGroup doen't work in my code
in node-steamcommunity
Posted
Hey,
I want to invite the User if he send the command !invite.
How can I fix it?
Log:
"invitee": userID.toString(),
TypeError: Cannot read property 'toString' of null