Jump to content
McKay Development

fury313

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by fury313

  1. Hi, I have tried everything but i'm unsure why I get pollFailure: Error: HTTP error 429 I believe i am using default values or the recommended so it shouldn't be happening Here's how my constructor is this.Manager = new TradeOfferManager({ "steam": this.Client, "language": "en", "community": this.Community, "useAccessToken": true, "pollInterval": moment.duration(30, 'seconds'), "cancelTime": moment.duration(10, 'minutes'), savePollData: true }); Thanks
  2. Yea sure I had to use client.chatMessage i was using something else with which it was just sending plain text
  3. Thank you for replying i fixed it You can close the thread
  4. Hello, I am using latest verision of steam-user 4.12.2 i am trying to use the new steam chat features /pre, /code, /quote etc So i have already tried alot and i found that only /me works no others if i create a message for example "/quote Processing your request" so the bot replies with plain text "/quote Processing your request" Thanks in advance
×
×
  • Create New...