Advertisement
Guest User

AutoBotCard\config

a guest
Dec 23rd, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 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: '', //your admin url Example http://steamcommunity.com/profiles/76561198347937286/
  7. admin: "", //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. buyPrice: '1', // in scrap value. 0.22 ref = 2
  11. sellPrice: '1', // in scrap value. 0.33 ref = 3
  12. gameName: 'type how2trade to get started',
  13. 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'
  14. // the \n part creates a new line in the message, make sure to use it appropriately
  15. }
  16.  
  17.  
  18. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement