African Posted June 27, 2017 Report Posted June 27, 2017 I was looking through the API for steam-user. I can't seem to find the event-id for when I send a message. I found one for receiving but not sending. Anyone know? Thanks Quote
TomYoki Posted June 27, 2017 Report Posted June 27, 2017 Event for sending a message... You sure you're not looking for a function to send a message? Quote
African Posted June 27, 2017 Author Report Posted June 27, 2017 (edited) Event for sending a message... You sure you're not looking for a function to send a message?No, I am working on a bot for a friend. I made it so when someone types !pause the bot won't respond to commands. He wants it to be able to be !pause from himself so his friends don't have to always !pause. I'm not trying to send a message, just know when I've sent one, who to, and the message itself Edited June 27, 2017 by African Quote
TomYoki Posted June 27, 2017 Report Posted June 27, 2017 So just make a variable to pause it, then add if statement(s) Quote
African Posted June 28, 2017 Author Report Posted June 28, 2017 So just make a variable to pause it, then add if statement(s)I could do that, but I need the bot sending a message as a trigger. Quote
TomYoki Posted June 29, 2017 Report Posted June 29, 2017 I could do that, but I need the bot sending a message as a trigger.There is none, just save the info somewhere else. (Like winston) Quote
African Posted June 29, 2017 Author Report Posted June 29, 2017 There is none, just save the info somewhere else. (Like winston)OK thanks 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.