Advertisement
Guest User

Untitled

a guest
Oct 15th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.32 KB | None | 0 0
  1. module.exports = {
  2.     USERNAME: "Secret",
  3.     PASSWORD: "Secret",
  4.     SHAREDSECRET: "Secret",
  5.     IDENTITYSECRET: "Secret",
  6.     STEAMAPIKEY: "Secret",
  7.     INVITETOGROUPID: "103582791460350882",
  8.     PLAYGAMES: ["Tree's Level Up Bot! S> 24:1 (2400 XP) | B> 1:25"],
  9.     COMMENTAFTERTRADE: "+rep! Thanks for trading with Tree's level up service!",
  10.     MAXHOURSADDED: 168,
  11.     ADMINS: ["76561198294222754", "76561198286655465"],
  12.     KEYSFROMGAME: 730,
  13.     MAXMSGPERSEC: 2,
  14.     CARDS: {
  15.         BUY1KEYFORAMOUNTOFSETS: 25,
  16.         GIVE1KEYPERAMOUNTOFSETS: 27,
  17.         MAXSETSELL: 260,
  18.         PEOPLETHATCANSELL: ["76561198294222754", "76561198286655465", "76561198248704078"]
  19.     },
  20.     MESSAGES: {
  21.         WELCOME: "Thankyou for adding me! Use !help to see a list of available commands.",
  22.         HELP: "To find how many sets will be required to reach a certain level, use the command !level x to see how many sets and keys it will take. Use !check to check the amount of sets which you have not crafted a level 5 badge for. Use !check x to see how many sets you will recieve for x amount of keys. When you are ready to buy, type !buy x to buy card sets for badges which you have not yet crafted. Alternatively, you can use !buyany x to buy any card sets (Even sets which have been crafted.) Currently we have a maximum amount of keys per trade (10). This is to make sure that the servers can keep up with sending trade offers.",
  23.         SELLHELP: "If you would like to sell sets, please contact my owner and ask to be whitelisted.  
  24. http://steamcommunity.com/profiles/76561198286655465.",
  25.         MAXLEVEL: 1000,
  26.         MAXBUY: 10,
  27.         MAXSELL: 10,
  28.     },
  29.     ACCEPTEDKEYS: [
  30.             "Operation Breakout Case Key",
  31.             "Operation Vanguard Case Key",
  32.             "Operation Hydra Case Key",
  33.             "Operation Phoenix Case Key",
  34.             "Operation Wildfire Case Key",
  35.             "Revolver Case Key",
  36.             "Falchion Case Key",
  37.             "Spectrum Case Key",
  38.             "Spectrum 2 Case Key",
  39.             "Chroma Case Key",
  40.             "Chroma 2 Case Key",
  41.             "Chroma 3 Case Key",
  42.             "Winter Offensive Case Key",
  43.             "Huntsman Case Key",
  44.             "Gamma Case Key",
  45.             "Gamma 2 Case Key",
  46.             "Shadow Case Key",
  47.             "Glove Case Key",
  48.         ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement