Advertisement
Guest User

Untitled

a guest
Apr 9th, 2017
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "",
  3. PASSWORD: "",
  4. SHAREDSECRET: "",
  5. IDENTITYSECRET: "",
  6. STEAMAPIKEY: "",
  7. INVITETOGROUPID: "103582791457842617", // Invite users to this group
  8. PLAYGAMES: ["1 key - 1500 xp", 399080], // 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 Michaukso's level up service!",
  10. MAXHOURSADDED: 168, // The bot will remove users after 168 hours (1 week) of inactivity.
  11. ADMINS: ["76561198142350525"], // Repeat pattern for more admins
  12. KEYSFROMGAME: 730, // 730 = CSGO, 440 = TF2
  13. MAXMSGPERSEC: 2, // The amount of messages users can send every second without getting removed.
  14. CARDS: {
  15. BUY1KEYFORAMOUNTOFSETS: 15, // 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 999 of their sets.
  17. MAXSETSELL: 200, // The maximum amount of sets of a kind the bot will send when !sell is used
  18. PEOPLETHATCANSELL: ["76561198142350525", "", "", ]
  19. },
  20. MESSAGES: {
  21. WELCOME: "Hello. I am Michaukso's level up bot. Use !check, !buy or !help.",
  22. HELP: "Welcome to Michaukso's level up 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: 1713, // 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. "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