Advertisement
Guest User

Untitled

a guest
May 13th, 2017
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "",
  3. PASSWORD: "",
  4. SHAREDSECRET: "",
  5. IDENTITYSECRET: "",
  6. STEAMAPIKEY: "",
  7. INVITETOGROUPID: "", // Invite users to this group
  8. PLAYGAMES: ["_ CSGO Key : _ Card Sets [_XP]", 730], // List of appid's/names. // zameni znak _ sa brojem
  9. COMMENTAFTERTRADE: "", // Comment which will be posted after trade
  10. MAXHOURSADDED: 1000, // The bot will remove users after 168 hours (10 week) of inactivity.
  11. ADMINS: [], // Repeat pattern for more admins
  12. KEYSFROMGAME: 730, // 730 = CSGO, 440 = TF2, // from which game should bot accept keys
  13. MAXMSGPERSEC: 3, // The amount of messages users can send every second without getting removed.
  14. CARDS: {
  15. BUY1KEYFORAMOUNTOFSETS: 13, // For instance; if set to 9 you sell 9 sets for 1 key.
  16. GIVE1KEYPERAMOUNTOFSETS: 75,
  17. MAXSETSELL: 600, // The maximum amount of sets of a kind the bot will send when !sell is used
  18. PEOPLETHATCANSELL: ["steam64id", "steam64id", ] //
  19. },
  20. MESSAGES: {
  21. WELCOME: "Hello. I am a card bot. Use !check, !buy or !help.",
  22. 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].",
  23. SELLHELP: "You are also able to sell sets. You can do this by using !sell [amount of keys].",
  24. MAXLEVEL: 1500, // Max level you can request using !level
  25. MAXBUY: 1000, // Max keys you can buy sets for at a time
  26. MAXSELL: 1200 // Max keys you can sell sets for at a time
  27. },
  28. ACCEPTEDKEYS: [
  29. "Chroma 2 Case Key",
  30. "Huntsman Case Key",
  31. "Chroma Case Key",
  32. "eSports Key",
  33. "Winter Offensive Case Key",
  34. "Revolver Case Key",
  35. "Operation Vanguard Case Key",
  36. "Shadow Case Key",
  37. "Operation Wildfire Case Key",
  38. "Falchion Case Key",
  39. "Operation Breakout Case Key",
  40. "Chroma 3 Case Key",
  41. "CS:GO Case Key",
  42. "Operation Phoenix Case Key",
  43. "Gamma Case Key",
  44. "Gamma 2 Case Key",
  45. "Glove Case Key",
  46. "Spectrum Case Key"
  47. ] // These are all keys ^ //Mann Co. Supply Crate Key//
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement