Advertisement
Guest User

Untitled

a guest
Sep 9th, 2017
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "farmingaccount_2",
  3. PASSWORD: "tyler3344",
  4. SHAREDSECRET: "JQ9TVHJhQXBFK46JESsQAqnk8S4=",
  5. IDENTITYSECRET: "ZVO2+8pd4LPeQ2yMYpancJPV7Kc=",
  6. STEAMAPIKEY: "39A6C157DAB0085B46E74FBC625005BC",
  7. INVITETOGROUPID: "30333931", // Invite users to this group
  8. PLAYGAMES: ["Card Sets For Keys | 25:1", 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: "Thanks for trading with Swaying's level up service! Please +rep!",
  10. MAXHOURSADDED: 168, // The bot will remove users after 168 hours (1 week) of inactivity.
  11. ADMINS: ["76561198313673804"], // 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: 25, // For instance; if set to 9 you sell 9 sets for 1 key.
  16. GIVE1KEYPERAMOUNTOFSETS: 27, // 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: 500, // The maximum amount of sets of a kind the bot will send when !sell is used
  18. PEOPLETHATCANSELL: ["76561198057490301", "76561198029282564", "76561198203302844", "76561198264595190", "76561197995384475"] // 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 Swaying's card bot. You have been invited to our Steam group. Commands are: !check, !buy, !help, !level or !sell. Please add http://steamcommunity.com/profiles/76561198313673804/ if you would like to sell us cards.",
  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 use !check [amount of keys]. To buy sets use !buy [amount of keys].",
  23. SELLHELP: "My Current buying rate is 27:1. Do !sell to sell your sets. Contact Owner if you want to sell sets.",
  24. MAXLEVEL: 1000, // Max level you can request using !level
  25. MAXBUY: 100, // Max keys you can buy sets for at a time
  26. MAXSELL: 100, // Max keys you can sell sets for at a time
  27. },
  28. ACCEPTEDKEYS: [
  29. "Chroma 2 Case Key",
  30. "Spectrum Case Key",
  31. "Huntsman Case Key",
  32. "Chroma Case Key",
  33. "eSports Key",
  34. "Winter Offensive Case Key",
  35. "Revolver Case Key",
  36. "Operation Vanguard Case Key",
  37. "Shadow Case Key",
  38. "Operation Wildfire Case Key",
  39. "Falchion Case Key",
  40. "Operation Breakout Case Key",
  41. "Chroma 3 Case Key",
  42. "CS:GO Case Key",
  43. "Operation Phoenix Case Key",
  44. "Gamma Case Key",
  45. "Gamma 2 Case Key",
  46. "Glove Case Key"
  47. ] // These are all keys ^ //Mann Co. Supply Crate Key//
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement