You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idk why this is still open but make sure your title and msg variables are not null or undefined. postAnnouncement function won't throw error if they are null.
Hello i use this code
community.postGroupAnnouncement("103582791463279214", title, msg, (err) => { if (err) { console.log("Error while posting announcement. Error " + err); } console.log("Posted announcement!"); console.log(" - Title: " + title); console.log(" - Message: " + msg); client.chatMessage(steamID, "hadi kapı orda yürü."); });
i not get an error but not send announcement. Please help me
The text was updated successfully, but these errors were encountered: