Advertisement
JustAzul

config/main.js

Jun 20th, 2019 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = { 
  2.  
  3.     "username":""       //Bot Username
  4. ,   "password":""       //Bot Password
  5. ,   "identity":""       //Bot Identity Secret
  6. ,   "sharedse":""       //Bot Shared Secret
  7.  
  8. ,   "admin":["STEAM_ID64", "STEAM_ID64"]        //Desired admins id 64, one value per quote, splited by comma, example [ "value1", "value2" ]
  9. ,   "group":"GROUP_ID64"                        //change to "null" witout quotes to disable this feature   
  10.  
  11. ,   "ThanksM":"+Rep!, Thanks for use Blue Level Up services!"   //Desired comment you want the bot to make in customers profile, change to "null" witout quotes to disable this feature
  12. ,   "changeBotName":"Blue LevelUp #BOT {csgo_rate}"             //If you want to change bot name on startups, set the value name here, change to "null" witout quotes to disable this feature
  13.  
  14. ,   "DebugLogs": false      //enable, or disable debug logs on console
  15.  
  16. ,   "maxStock":100      //Max sets amount of any appid bot will accept in your inventory, if bot rearch this limit, wont buy more sets of this appid
  17. ,   "maxTradeKeys":15   //Max keys bot will accept in trade using !buy or !sell, this value is for tf and cs:go keys
  18.  
  19. ,   "maxLevelComm":999  //Max level bot will try to calculate using !level
  20. ,   "maxDays":4         //Max days an customer can be on friend list without be deleted
  21.  
  22. ,   "enableTF":1        //Enable or disable the TF features here
  23. ,   "enableSell":1      //Enable or disable !sell features here
  24. ,   "sellmsgs":1        //Enable or disable warning messages in admins steam chata ("hey i just have selled x sets for x keys")
  25.    
  26.     //Auto Request feature, this will auto request x amount of sets of a target id 64 in every x minutes, usefull if u have 1:1 bot.
  27. ,   "request_qty":100                       //max amount of sets to request
  28. ,   "request_target":"STEAMID64"            //target id64
  29. ,   "request_tradelink":""                  //target trade-url
  30. ,   "request_interval":30                   //time interval in minutes
  31. ,   "request_ignore":true                   //if you want to ignore the maxStock, this value should be true.
  32. ,   "request_enable":0                      //enable or disable this feature
  33.  
  34. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement