Jump to content
McKay Development

EliteOneTUbe

Member
  • Posts

    5
  • Joined

  • Last visited

EliteOneTUbe's Achievements

  1. So I cant call my inventory if I called it a few seconds ago?
  2. { Error: The request is a duplicate and the action has already occurred in the past, ignored this time at C:\Users\Nick\Desktop\botv2\node_modules\steamcommunity\components\users.js:440:12 at SteamCommunity._checkHttpError (C:\Users\Nick\Desktop\botv2\node_modules\steamcommunity\components\http.js:110:3) at Request._callback (C:\Users\Nick\Desktop\botv2\node_modules\steamcommunity\components\http.js:50:61) at Request.self.callback (C:\Users\Nick\Desktop\botv2\node_modules\request\request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (C:\Users\Nick\Desktop\botv2\node_modules\request\request.js:1161:10) at Request.emit (events.js:182:13) at Gunzip.<anonymous> (C:\Users\Nick\Desktop\botv2\node_modules\request\request.js:1083:12) at Object.onceWrapper (events.js:273:13) at Gunzip.emit (events.js:187:15) eresult: '29' }
  3. The line that the error pops up : manager.getUserInventoryContents('76561198083528564', 440, 2, true, function (error, inventory) { console.log(inventory.length); for(let l = 0 ; l < inventory.length; l++) { if(inventory[l].market_hash_name == prices[i].name) itemid = inventory[l].assetid; } }) Error:
  4. I have this code : https://gist.github.com/EliteOneTube/6a8d1c27d1b137c9843b3779b1c1dafe and i would like to ask if it is possible to make it so when someone sends me a message like !au1 my bot sends them an offer with the specific item. My bot can accept offers that matches it's prices but I would want my bot to send the offers.
×
×
  • Create New...