Advertisement
Guest User

Untitled

a guest
Sep 9th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. module.exports = {
  2. USERNAME: "sagikle123",
  3. PASSWORD: "sagi41527896321",
  4. SHAREDSECRET: "DjSWvbh5TCfaj6B46TTTS+JDB6Q",
  5. IDENTITYSECRET: "kzieLizAKjrM1s7IhB7dRFLYoAQ",
  6. STEAMAPIKEY: "34F6A4B9F17C75616EF9A3FE096CF1AC",
  7. INVITETOGROUPID: "103582791460102077", // Invite users to this group
  8. PLAYGAMES: ["1 CSGOKey: 28 SETS \ 1 TFKey: 22 SETS", 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.
  9. COMMENTAFTERTRADE: " 
  10.   [i]Thanks for trading with [b]Fiji's level up service,[/b][/i]
  11.   dont forget to share this [b]CardBOT[/b] with your Friends!
  12.  ",
  13. MAXHOURSADDED: 168, // The bot will remove users after 168 h ours (1 week) of inactivity.
  14. ADMINS: [], // Repeat pattern for more admins
  15. KEYSFROMGAME: 730, 440, 578080 // 730 = CSGO, 440 = TF2
  16. MAXMSGPERSEC: 2, // The amount of messages users can send every second without getting removed.
  17. CARDS: {
  18. BUY1KEYFORAMOUNTOFSETS: 28, // For instance; if set to 28 you sell 28 sets for 1 key.
  19. GIVE1KEYPERAMOUNTOFSETS: 32, // For instance; if set to 32 you give people that have access to the !sell command 1 key for 32 of their sets.
  20. MAXSETSELL: 80, // The maximum amount of sets of a kind the bot will send when !sell is used
  21. PEOPLETHATCANSELL: ["STEAMID64", "STEAMID64"] // A list of STEAMID64's, example: ["76561198340449674", "76561198340449674", "76561198340449674", "76561198340449674"] Repeat this pattern to add more people.
  22. },
  23. MESSAGES: {
  24. WELCOME: "Hello. I am a Fiji's card bot. Use !check, !buy/!sell or !help.",
  25. HELP: "This is a card 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].",
  26. SELLHELP: "You are also able to sell sets. You can do this by using !sell [amount of keys].",
  27. MAXLEVEL: 1000, // Max level you can request using !level
  28. MAXBUY: 100, // Max keys you can buy sets for at a time
  29. MAXSELL: 100 // Max keys you can sell sets for at a time
  30. },
  31. ACCEPTEDKEYS: [
  32. "Chroma 2 Case Key",
  33. "Huntsman Case Key",
  34. "Chroma Case Key",
  35. "eSports Key",
  36. "Winter Offensive Case Key",
  37. "Revolver Case Key",
  38. "Operation Vanguard Case Key",
  39. "Shadow Case Key",
  40. "Operation Wildfire Case Key",
  41. "Falchion Case Key",
  42. "Operation Breakout Case Key",
  43. "Chroma 3 Case Key",
  44. "Spectrum Case Key",
  45. "Operation Phoenix Case Key",
  46. "Gamma Case Key",
  47. "Gamma 2 Case Key",
  48. "Glove Case Key"
  49. "Glove Case Key"
  50.  
  51. ] // These are all keys ^ //Mann Co. Supply Crate Key//
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement