Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "",
  3. PASSWORD: "",
  4. SHAREDSECRET: "",
  5. IDENTITYSECRET: "",
  6. STEAMAPIKEY: "126D000A33AF0B1B4B373C2069896887",
  7. INVITETOGROUPID: "", // Your groups ID, NOT THE URL
  8. PLAYGAMES: ["Selling sets 17:1"], // Text that will be shown as "Non-steam game"
  9. COMMENTAFTERTRADE: "",
  10. MAXHOURSADDED: 1000, // The bot will remove users after 48 hours if user hasnt interacted
  11. ADMINS: [76561198136395810,76561198345139003,76561198374782416], // Owner's steam id 64
  12. KEYSFROMGAME: 730, // 730 = CSGO, 440 = TF2, 570=Dota2
  13. MAXMSGPERSEC: 6, // The amount of messages users can send every second without getting removed.
  14. CARDS: {
  15. BUY1KEYFORAMOUNTOFSETS: 17, // For instance; if set to 9 you sell 9 sets for 1 key.
  16. GIVE1KEYPERAMOUNTOFSETS: 19, // For instance; if set to 6 you give people that have access to the !sell command 1 key for 6 of their sets.
  17. GIVE1SETPERAMOUNTOFGEMS: 275, //This is how much the bot will charge to buy gems
  18. MAXSETSELL: 1000 // The maximum amount of sets of a kind the bot will send when !sell is used
  19.  
  20. },
  21. MESSAGES: {
  22. WELCOME: "Hello, I am a steam level up bot! here is a list of my commands:\n!Level X - Calculates how many keys it will cost to reach level X will\n!Check - Calculates how many sets you are able to buy from the bot, and the total key cost.\n!Buy X - Buy sets with X amount of keys.\n",
  23. HELP: "here is a list of my commands:\n!Level X - Calculates how many keys it will cost to reach level X will\n!Check - Calculates how many sets you are able to buy from the bot, and the total key cost.\n!Buy X - Buy sets with X amount of keys.\n",
  24. SELLHELP: "You are also able to sell sets. You can do this by using !sell [amount of keys].",
  25. MAXLEVEL: 1000, // Max level you can request using !level
  26. MAXBUY: 150, // Max keys you can buy sets for at a time
  27. MAXSELL: 1000 // Max keys you can sell sets for at a time
  28. },
  29. ACCEPTEDKEYS: [
  30. "Chroma 2 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. "Hydra Case Key",
  47. "Glove Case Key"
  48. ] // Accepted keys (duh), needs to be market hash name.
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement