Advertisement
Guest User

Untitled

a guest
Mar 4th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. var config = {
  2. username: "", //Username of the bot, for logging in.
  3. password: "", //Password used to log in.
  4. shared: "", //Sharedsecret
  5. identity: "", //Identitysecret
  6. buyRate: 0.94, //Your rate for items users offers.
  7. priceInterval: 600000, //Time to wait before loading new prices, from csgofast, in seconds.
  8. groupID: "", //Group to invite to on trade success. If empty it wont invite.
  9. nyVenBesked: "Hi new friend.", //Message to send on a new friend.
  10. purgeBesked: "Bye new friend.", //Message to send when purging your friends.
  11. admin: '76561198004297585', //SteamID of the admin that should manage the bot.
  12. // admin: '76561198026582784', //SteamID of the admin that should manage the bot.
  13. domain: "example.com" //Domain used for generating a API key.
  14. };
  15.  
  16. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement