Guest User

Untitled

a guest
Jun 13th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "",
  3. PASSWORD: "",
  4. SHAREDSECRET: "",
  5. IDENTITYSECRET: "",
  6. STEAMAPIKEY: "889C5EE6A5404DE28318754BC9ED2BEA",
  7. INVITETOGROUPID: "103582791458525993", // Invite users to this group
  8. PLAYGAMES: ["18 SETS FOR 1 CSGO KEY", 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: 150, // The bot will remove users after 48 hours of inactivity.
  11. ADMINS: [76561198253318722 ], // Repeat pattern for more admins
  12. KEYSFROMGAME: 730, // 730 = CSGO, 0 = TF2
  13. MAXMSGPERSEC: 20, // The amount of messages users can send every second without getting removed.
  14. CARDS: {
  15. BUY1KEYFORAMOUNTOFSETS: 18, // For instance; if set to 9 you sell 9 sets for 1 key.
  16. GIVE1KEYPERAMOUNTOFSETS: 23, // For instance; if set to 6 you give people that have access to the !sell command 1 key for 6 of their sets.
  17. MAXSETSELL: 30, // The maximum amount of sets of a kind the bot will send when !sell is used
  18. PEOPLETHATCANSELL: ["76561198253318722"] // A list of STEAMID64's, example: ["76561198340449674", "76561198340449674", "76561198340449674", "76561198340449674"] Repeat this pattern to add more people.
  19. },
  20. MESSAGES: {
  21. WELCOME: "Hello. I am a HenZera's card bot. Join the Group for giveaways and more! Use !check, !buy, !help, !level or !sellcheck.",
  22. HELP: "This is a card bot. You can use !check to check how many sets you can buy in total. If you want to know how many sets you can buy for a specific amount of keys total (The amount of sets the bot owns of which you have not crafted a level 5 badge yet) use !check [amount of keys]. To check what your desired level cost use !level [Desired level]. To buy sets use !buy [amount of keys].",
  23. SELLHELP: "",
  24. MAXLEVEL: 1000, // Max level you can request using !level
  25. MAXBUY: 50, // Max keys you can buy sets for at a time
  26. MAXSELL: 50, // Max keys you can sell sets for at a time
  27. },
  28. ACCEPTEDKEYS: [
  29. "Operation Hydra Case Key",
  30. "Chroma 2 Case Key",
  31. "Spectrum Case Key",
  32. "Huntsman Case Key",
  33. "Chroma Case Key",
  34. "eSports Key",
  35. "Winter Offensive Case Key",
  36. "Revolver Case Key",
  37. "Operation Vanguard Case Key",
  38. "Shadow Case Key",
  39. "Operation Wildfire Case Key",
  40. "Falchion Case Key",
  41. "Operation Breakout Case Key",
  42. "Chroma 3 Case Key",
  43. "CS:GO Case Key",
  44. "Operation Phoenix Case Key",
  45. "Gamma Case Key",
  46. "Gamma 2 Case Key",
  47. "Glove Case Key"
  48. ] // These are all keys ^ //Mann Co. Supply Crate Key//
  49. }
Add Comment
Please, Sign In to add comment