Advertisement
Guest User

Untitled

a guest
Sep 15th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. module.exports = {
  2.  
  3. admin: {
  4. Oliver: '76561198224836984'
  5. },
  6.  
  7. bot: {
  8. name: 'Level Bot #1',
  9. username: 'psychomindlol2',
  10. password: 'primal4892',
  11. identity_secret: 'lfZ5Ye0MVSJxv96W+vG5bbguc3c=',
  12. shared_secret: 'lked7esBNhDaNYROSOW+s3pHHt8=',
  13. steam_id: '76561198364096704',
  14. apikey: 'C76EE24204C865F62B27BEDAC6CB8180',
  15. tradelink: 'https://steamcommunity.com/tradeoffer/new/?partner=403830976&token=ayrkpS9Q'
  16. },
  17.  
  18. message: {
  19. welcome: 'Welcome to my card bot. Please type help for commands and more info.',
  20. help: 'TEXT HERE',
  21. buy: 'TEXT HERE',
  22. tradeoffer: 'TEXT HERE',
  23. cards_sold: 'TEXT HERE',
  24. invalid_command: 'That is an invalid command.',
  25. invalid_number_of_keys: 'That is too many keys! We do not currently accept that.',
  26. excess_keys: 'TEXT HERE',
  27. not_in_friendlist: 'TEXT HERE'
  28. },
  29.  
  30. max_number_of_keys: 20,
  31.  
  32. sets_per_key: 22,
  33.  
  34. app_id: {
  35. steam: 753,
  36. csgo: 730
  37. },
  38.  
  39. context_id: {
  40. keys: 2,
  41. cards: 6
  42. }
  43. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement