Guest User

Untitled

a guest
May 10th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "......",
  3. PASSWORD: ".....",
  4. SHAREDSECRET: "......",
  5. IDENTITYSECRET: ".......",
  6. STEAMAPIKEY: ".......",
  7. INVITETOGROUPID: "103582791457770008", // Invite users to this group
  8. PLAYGAMES: ["1 CS:GO Key : 20 Card Set [2000XP]", 730], // List of appid's/names. Names will be played as non steam games. First game entered will show on profile, others will be idled in the background.
  9. COMMENTAFTERTRADE: "",
  10. MAXHOURSADDED: 1000, // The bot will remove users after 168 hours (10 week) of inactivity.
  11. ADMINS: [76561198020804597], // Repeat pattern for more admins
  12. KEYSFROMGAME: 730, // 730 = CSGO, 440 = TF2
  13. KEYSFROMGAME2: 440, // 730 = CSGO, 440 = TF2
  14. MAXMSGPERSEC: 3, // The amount of messages users can send every second without getting removed.
  15. CARDS: {
  16. BUY1KEYFORAMOUNTOFSETS: 20, // For instance; if set to 9 you sell 9 sets for 1 key.
  17. BUY1KEYFORAMOUNTOFSETS2: 21, // For instance; if set to 9 you sell 9 sets for 1 key.
  18. BUY1KEYFORAMOUNTOFSETSTF2: 15, // For instance; if set to 9 you sell 9 sets for 1 key.
  19. GIVE1KEYPERAMOUNTOFSETS: 100, // For instance; if set to 6 you give people that have access to the !sell command 1 key for 6 of their sets.
  20. MAXSETSELL: 220, // The maximum amount of sets of a kind the bot will send when !sell is used
  21. PEOPLETHATCANSELL: ["76561198315065288", "76561198373148465", "7", "0000", "0000", ] //
  22. },
  23. MESSAGES: {
  24. WELCOME: "Hello, I am a card bot. Use !check, !buy or !help.",
  25. HELP: "This is a card bot. You can use !check to check how many sets you can buy in total (The amount of sets the bot owns of which you have not crafted a level 5 badge yet). If you want to know how many sets you can buy for a specific amount of keys use !check [amount of keys]. To buy sets use !buy [amount of keys].",
  26. SELLHELP: "You are also able to sell sets. You can do this by using !sell [amount of keys].",
  27. MAXLEVEL: 1000, // Max level you can request using !level
  28. MAXBUY: 10, // Max keys you can buy sets for at a time
  29. MAXBUY2: 15, // Max keys you can buy sets for at a time
  30. MAXSELL: 10 // Max keys you can sell sets for at a time
  31. },
  32. ACCEPTEDKEYS: [
  33. "Chroma 2 Case Key",
  34. "Huntsman Case Key",
  35. "Chroma Case Key",
  36. "Winter Offensive Case Key",
  37. "Revolver Case Key",
  38. "Operation Vanguard Case Key",
  39. "Shadow Case Key",
  40. "Operation Wildfire Case Key",
  41. "Falchion Case Key",
  42. "Operation Breakout Case Key",
  43. "Chroma 3 Case Key",
  44. "Operation Phoenix Case Key",
  45. "Gamma Case Key",
  46. "Gamma 2 Case Key",
  47. "Spectrum Case Key",
  48. "Glove Case Key"
  49. "Mann Co. Supply Crate Key"
  50. ] // These are all keys ^ //Mann Co. Supply Crate Key//
  51. ACCEPTEDKEYS2: [
  52. "Mann Co. Supply Crate Key"
  53. ]
  54. }
Add Comment
Please, Sign In to add comment