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

"Sending private message to user ID undefined" #19

Open
tubbadu opened this issue Jun 17, 2023 · 1 comment
Open

"Sending private message to user ID undefined" #19

tubbadu opened this issue Jun 17, 2023 · 1 comment

Comments

@tubbadu
Copy link

tubbadu commented Jun 17, 2023

function onPrivateMessage(res){
	console.log(res)
	res.botActions.sendPrivateMessage(res.messageView.private_message.creator_id, "holaa")
}

this prints Sending private message to user ID undefined and does not send anything

@SleeplessOne1917
Copy link
Owner

Could try console logging the value of res to see if anything there is undefined?

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