Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
2,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. var config = {
  2. username: "", //the username you sign into steam with
  3. password: "", //the password you sign into steam with
  4. sharedSecret: "", //your shared_secret guides here http://steamcommunity.com/groups/TradeVise/discussions/2/1621724915764974831/
  5. identitySecret: "", //your identity_secret guides here http://steamcommunity.com/groups/TradeVise/discussions/2/1621724915764974831/
  6. adminurl: 'http://steamcommunity.com/profiles/76561198347937286/', //your admin url Example http://steamcommunity.com/profiles/76561198347937286/
  7. admin: "76561198437937286", //Just the number part of your admin url Example 76561198347937286
  8. groupurl: 'http://steamcommunity.com/groups/TradeVise', //Your group's url Example http://steamcommunity.com/groups/TradeVise
  9. groupID64: '103582791460736253',//Your group's number identifier Find it by adding "/memberslistxml/?xml=1" to the end of your group's url Example http://steamcommunity.com/groups/TradeVise/memberslistxml/?xml=1
  10. bpAPI: "58f50eece338775eac36dab4",
  11. CARDS: 'YES', //DO YOU WANT THE BOT TO HANDLE TRADING CARDS? (YES/NO)
  12. buyPrice: 1, // The price the bots buys cards for in scrap value. 0.22 ref = 2
  13. sellPrice: 2, // The price the bot sells cards for in scrap value. 0.33 ref = 3
  14. GEMS: 'YES', //DO YOU WANT THE BOT TO HANDLE STEAM GEMS? (YES/NO)
  15. gemBuyPrice: 5, //AMOUNT OF YOUR GEMS THE BOT SELLS FOR ONE OF THEIR SCRAP
  16. gemSellPrice: 15, //AMOUNT OF THEIR GEMS THE BOT BUYS FOR ONE OF YOUR SCRAP
  17. EMOTICONS: 'YES', //DO YOU WANT THE BOT TO HANDLE EMOTICONS? (YES/NO)
  18. emoteBuyPrice: 1, //THE PRICE THE BOTS BUYS EMOTICONS FOR IN SCRAP VALUE. 0.22 ref = 2
  19. emoteSellPrice: 4, //THE PRICE THE BOTS SELLS EMOTICONS FOR IN SCRAP VALUE. 0.33 ref = 3
  20. minEmoteScmPrice: 4, //THE MINIMUM PRICE OF THE EMOTICONS ON THE STEAM COMMUNITY MARKET IN CENTS
  21. BACKGROUNDS: 'YES', //DO YOU WANT THE BOT TO HANDLE BACKGROUNDS? (YES/NO)
  22. backgroundBuyPrice: '',//THE PRICE THE BOT BUYS BACKGROUNDS FOR IN SCRAP VALUE. 0.22 ref = 2
  23. backgroundSellPrice: '',//THE PICE THE BOT SELLS BACKGROUNDS FOR IN SCRAP VALUE. 0.33 ref = 3
  24. minBackgroundScmPrice: '',//THE MINIMUM PRICE OF THE BACKGROUNDS ON THE STEAM COMMUNITY MARKET
  25. gameName: 'Team Fortress 2', // the name of the game it shows you playing
  26. commandsMSG: 'Commands: \n !price shows the prices I am buying and selling cards for \n !bot This bot is being given away for free, talk to this guy http://steamcommunity.com/profiles/76561198347937286/ \n !owner - Gives owners profile link, \n !admin - Check if admin \n !buy [Amount] - Buy cards in bulk \n !sell [Amount] - Sell cards in bulk \n'// the \n part creates a new line in the message, make sure to use it appropriately
  27. }
  28.  
  29.  
  30. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement