Jump to content
McKay Development

Voltz

Member
  • Posts

    1
  • Joined

  • Last visited

Voltz's Achievements

  1. So I'm working on a BOT I don't know what I'm going to do with it currently in this stage I have it as an idle bot with a configuration file and I've been working on trying to get it to respond whenever Solomon messages it with the response message and for some reason the bot doesn't even acknowledge the event. I tried using this from another post: client.on("friendMessage", function(steamID, message) { console.log("Friend message from " + steamID+ ": " + message); client.chatMessage(steamID, config.response); }); } and the bot doesn't reply at all or even log that it got sent a message
×
×
  • Create New...