NetLuis Posted September 28, 2019 Report Posted September 28, 2019 Hello, I tried to use community.postUserComment but it didn't work with no errors. I'm using the script below. I'm trying to comment on user profiles. client.on('friendRelationship', (friend, relationship) => { if(relationship == 3) { client.chatMessage(friend, "Hello!"); community.postUserComment(friend,"Thanks for adding!"); }}); Quote
Dr. McKay Posted October 1, 2019 Report Posted October 1, 2019 You should probably attach a callback so you can see if there was an error. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.