Advertisement
mfx456

Untitled

Mar 16th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "xxx",
  3. PASSWORD: "xxx",
  4. SHAREDSECRET: "xxx",
  5. IDENTITYSECRET: "xxx",
  6. STEAMAPIKEY: "xxx",
  7. INVITETOGROUPID: "xxx", // Invite users to this group
  8. // PLAYGAMES: [509840], // 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. PLAYGAMES: ["xxx", 0, 440], // 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.
  10. COMMENTAFTERTRADE: "+REP | Thanks for trading with me!",
  11. MAXHOURSADDED: 168, // The bot will remove users after 24 hours (1 week) of inactivity.
  12. OWNERLINK: "",
  13. CREDITS: "Steve - http://steamcommunity.com/id/mfx654/",
  14. ADMINS: ["" , ""], // Repeat pattern for more admins
  15. CSGOGAME: 730,
  16. TFGAME: 440,
  17. PUBGAME: 578080,
  18. STEAMGAME: 753,
  19. MAXMSGPERSEC: 10, // The amount of messages users can send every second without getting removed.
  20. CARDS: {
  21. CSGO: {
  22. buy_sets_by_one: x, //Key
  23. give_one_for: x, //Sets
  24. MAXSETSELL: 500,
  25. PEOPLETHATCANSELL: []
  26. },
  27. TF2: {
  28. buy_sets_by_one: x, //Key
  29. give_one_for: x, //Sets
  30. MAXSETSELL: 500,
  31. PEOPLETHATCANSELL: []
  32. },
  33. GEMS: {
  34. buy_one_set_for: x, //Gems
  35. give_one_set_for: x, //Gems
  36. MAXSETSELL: 500,
  37. PEOPLETHATCANSELL: []
  38. },
  39. PUBG: {
  40. buy_sets_by_one: x, //Key
  41. give_one_for: x, //Sets
  42. MAXSETSELL: 500,
  43. PEOPLETHATCANSELL: []
  44. }
  45. },
  46. MESSAGES: {
  47. WELCOME: "Hello. I'm MG LevelUp bot. Join the Group. Use !check, !buy, !commands, !level or !sell",
  48. HELP: "This is a CS:GO/TF2/Gems/PUBG KEY/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 sell cards type !sell [amount of cards].",
  49. SELLHELP: "My Current selling rate is 14:1. Do !sell to sell your sets. Also contact Owner if you buy me. Buying rate is 1:17, the best odds on the market!",
  50. MAXLEVEL: 1000, // Max level you can request using !level
  51. MAXBUY: 100, // Max keys you can buy sets for at a time
  52. MAXSELL: 500, // Max keys you can sell sets for at a time
  53. },
  54. ACCEPTEDKEYS: [
  55. "Chroma 2 Case Key",
  56. "Spectrum Case Key",
  57. "Huntsman Case Key",
  58. "Chroma Case Key",
  59. "eSports Key",
  60. "Winter Offensive Case Key",
  61. "Revolver Case Key",
  62. "Operation Vanguard Case Key",
  63. "Shadow Case Key",
  64. "Operation Wildfire Case Key",
  65. "Falchion Case Key",
  66. "Operation Breakout Case Key",
  67. "Chroma 3 Case Key",
  68. "CS:GO Case Key",
  69. "Operation Phoenix Case Key",
  70. "Gamma Case Key",
  71. "Gamma 2 Case Key",
  72. "Glove Case Key",
  73. "Operation Hydra Case Key",
  74. "Clutch Case Key"
  75. ],
  76. TFACCEPTEDKEYS: [
  77. "Mann Co. Supply Crate Key"
  78. ],
  79. STEAMGEMS: [
  80. "753-Gems"
  81. ],
  82. PUBGACCEPTEDKEYS: [
  83. "EARLY BIRD KEY"
  84. ],
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement