Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postGroupAnnouncement not send #228

Open
owoki opened this issue Aug 19, 2019 · 1 comment
Open

postGroupAnnouncement not send #228

owoki opened this issue Aug 19, 2019 · 1 comment

Comments

@owoki
Copy link

owoki commented Aug 19, 2019

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

@Preport
Copy link

Preport commented Apr 27, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants