JustAzul

config/messages.js

Jun 18th, 2019 (edited)
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module.exports = {
  2.     WelcomeMessage: "Hello {user}, welcome to our services!, you may type !help for more information." // "{user}" means customer name.
  3. ,   GoodbyeMessage: "We haven't talk for a while, i need to say goodbye.. but if you want to use our services again, you can just send a friend invite :)"
  4.  
  5. ,   PlayingState: "« {sets_amount} sets - {rates}»" //Playing state to be displayed, the "Currently playing"..
  6.  
  7. ,   Help: [ //Response to the "!help" command
  8.             "This is a bot to you easy level up your steam profile! ",
  9.             "", //empty line, also means a breakline
  10.             "• You may type !commands for the list of commands :)",
  11.             "• Check our tutorial! https://www.youtube.com/watch?v=87YHEq9Pxss"
  12.     ]
  13.  
  14. ,   Commands: [ //Response to the "!commands" command, to change anytihng here doesnt change the bot behavior, but this response..
  15.             "/pre Commands:",
  16.             "• !help - Useful links",
  17.             "• !owner - show my owner steam profile, if you have any major issues you may contact my owner!",
  18.             "",
  19.             "• !imabot - disable our automatic response to unknow commands",
  20.             "• !stats - show current amount of bot currencies",
  21.             "",
  22.             "• !prices - show our current rates",
  23.             "• !level [your_dream_level] - calculate how many sets, and how many currencies will cost you to a desired level",
  24.             "• !check - show how many sets the bot have that you haven't crafted yet",        
  25.             "• !checkone - show how many sets the bot have that you haven't crafted yet, badge collector mode.",        
  26.              "",
  27.  
  28.             //csgo commands
  29.             {
  30.                 desc: "CSGO Section.",
  31.                 types: ["csgo", "section"]
  32.             },
  33.             {
  34.                 desc: "• !check [amount_of_keys] - show how many sets and which level you would reach for a specific amount of keys",
  35.                 types: ["csgo"]
  36.             },
  37.             {
  38.                 desc: "• !buy [amount_of_keys] - use to buy that amount of csgo keys for sets you dont have, following the current BOT rate",
  39.                 types: ["csgo"]
  40.             },
  41.             {
  42.                 desc: "• !buyany [amount_of_keys] - use to buy that amount of csgo keys for any sets, following the current BOT rate",
  43.                 types: ["csgo"]
  44.             },
  45.             {
  46.                 desc: "• !buyone [amount_of_keys] - use this if you are a badge collector. BOT will send only one set of each game, following the current BOT rate",
  47.                 types: ["csgo"]
  48.             },
  49.             "",
  50.  
  51.             //hydra commands
  52.             {
  53.                 desc: "Hydra Section.",
  54.                 types: ["hydra", "section"]
  55.             },            
  56.             {
  57.                 desc: "• !checkhydra [amount_of_keys] - show how many sets and which level you would reach for a specific amount of hydra keys",
  58.                 types: ["hydra"]
  59.             },
  60.             {
  61.                 desc: "• !buyhydra [amount_of_keys] - use to buy that amount of hydra keys for sets you dont have, following the current BOT rate",
  62.                 types: ["hydra"]
  63.             },
  64.             {
  65.                 desc: "• !buyanyhydra [amount_of_keys] - use to buy that amount of hydra keys for any sets, following the current BOT rate",
  66.                 types: ["hydra"]
  67.             },
  68.             {
  69.                 desc: "• !buyonehydra [amount_of_keys] - use this if you are a badge collector. BOT will send only one set of each game, following the current BOT rate",
  70.                 types: ["hydra"]
  71.             },
  72.             "",
  73.  
  74.             //tf2 commands
  75.             {
  76.                 desc: "TF2 Section.",
  77.                 types: ["tf2", "section"]
  78.             },
  79.             {
  80.                 desc: "• !checktf [amount_of_keys] - show how many sets and which level you would reach for a specific amount of tf2 keys",
  81.                 types: ["tf2"]
  82.             },
  83.             {
  84.                 desc: "• !buytf [amount_of_keys] - use to buy that amount of tf2 keys for sets you dont have, following the current BOT rate",
  85.                 types: ["tf2"]
  86.             },
  87.             {
  88.                 desc: "• !buyanytf [amount_of_keys] - use to buy that amount of tf2 keys for any sets, following the current BOT rate",
  89.                 types: ["tf2"]
  90.             },
  91.             {
  92.                 desc: "• !buyonetf [amount_of_keys] - use this if you are a badge collector. BOT will send only one set of each game, following the current BOT rate",
  93.                 types: ["tf2"]
  94.             },
  95.             "",
  96.  
  97.             //gems commands
  98.             {
  99.                 desc: "Gems Section.",
  100.                 types: ["gems", "section"]
  101.             },
  102.             {
  103.                 desc: "• !checkgems [amount_of_gems] - show how many sets and which level you would reach for a specific amount of gems",
  104.                 types: ["gems"]
  105.             },
  106.             {
  107.                 desc: "• !buygems [amount_of_sets] - use to buy that amount of sets for gems, following the current BOT rate",
  108.                 types: ["gems"]
  109.             },
  110.             {
  111.                 desc: "• !buyanygems [amount_of_sets] - use to buy that amount of any sets for gems, following the current BOT rate",
  112.                 types: ["gems"]
  113.             },
  114.             {
  115.                 desc: "• !buyonegems [amount_of_sets] - use this if you are a badge collector. sames as !buyone, buy you pay with gems!",
  116.                 types: ["gems"]
  117.             },
  118.             "",
  119.  
  120.             //Suppliers commands
  121.             {
  122.                 desc: "Suppliers Section.",
  123.                 types: ["sell", "section"]
  124.             },
  125.             {
  126.                 desc: "• !sellcheck - show information about the sets you can sell",
  127.                 types: ["sell"]
  128.             },
  129.             {
  130.                 desc: "• !sell [amount_of_keys] - sell your sets for csgo keys",
  131.                 types: ["csgo", "sell"]
  132.             },
  133.             {
  134.                 desc: "• !sellhydra [amount_of_keys] - sell your sets for hydra keys",
  135.                 types: ["hydra", "sell"]
  136.             },
  137.             {
  138.                 desc: "• !selltf [amount_of_keys] - sell your sets for tf2 keys",
  139.                 types: ["tf2", "sell"]
  140.             },
  141.             {
  142.                 desc: "• !sellgems [amount_of_sets] - sell your sets for gems",
  143.                 types: ["gems", "sell"]
  144.             },
  145.     ]
  146.  
  147. ,   Errors: {
  148.         Default: "Something went wrong, please try again..",
  149.         Input: "/me Failed to parse input; it must be a positive number!",
  150.         Trade: {
  151.             Default: "An error occured while sending your trade offer, please try again..",            
  152.             Unavailable: "You're currently unavailable to trade!",
  153.             ToMany: "I have sent too many trade offers, or have too many outstanding trade offers with you.",
  154.             Escrow: "Sorry but i'm not allowed to handle trade hold (escrow)..",
  155.             InvalidItems: "Sorry but someone took the same items i sent, in another trade..",
  156.             OutOfStock: {
  157.                 Us: {
  158.                     Base: "Unfortunately i don't have enough sets to complete this request..",
  159.                     HaveAtLeastOne : "• Although i have {amount} sets that you haven't crafted yet!"
  160.                 },
  161.                 Them: {
  162.                     Base: "Unfortunately you don't have enough sets to complete this request..",
  163.                     HaveAtLeastOne : "• Although there is {amount} sets that i can get!"
  164.                 }                                
  165.             }
  166.         },
  167.         Badge: {
  168.             Default: "Failed in load your badge profile, steam can be down, please try again..",
  169.             LowLevel: "You have already reached that level!",
  170.             HighLevel: "Its only allowed to calculate to level {maxlevel}",
  171.             Private: "Steam servers says your profile is private, please make it unprivate so i can calculate how many sets i have for you!"
  172.         },
  173.         Inventory: {
  174.             Default: "Failed in load your inventory, steam can be down, please try again..",
  175.             Private: "Steam servers says your inventory private, please make it unprivate so i can proceed!"
  176.         }
  177.     }
  178.  
  179. ,   ToManySets : "/me You are requesting {requested_sets} sets, and i can't go larger than {max_sets}, so i can't trade more than {currencies}.."  
  180.  
  181. ,   stats: "/pre I currently have:"
  182. ,   prices: "/pre Currently, prices are:"
  183. ,   owner: "If you're experiencing issues please go to our steam group instead of add me on steam :)"
  184.  
  185. ,   level: "You are currently level {current_level}, and it will cost {set_cost} sets to reach level {target_level}!"
  186.  
  187. ,   sellcheck: {
  188.         Have: "You currently have {set_amount} sets i can request..",
  189.         DontHave: "Unfortunately you currently doesn't have any sets i can request!"
  190.     }
  191.  
  192. ,   checkAmount: {
  193.         None: "Sorry but i can't sell you nothing with that amount of {currency}",
  194.         GetLevel: "With {currency} you would get {set_amount} sets, and reach the level {level}!",
  195.         NoLevel: "Witch {currency}, you would get {set_amount} sets, but wouldn't reach a new level.."
  196.     }
  197.  
  198. ,   check: {
  199.         Have: "I currently have {set_amount} sets that you haven't crafted yet!",
  200.         DontHave: "Unfortunately i don't have any sets that you haven't crafted yet.."
  201.     }
  202.  
  203. ,   MissingBotCurrency: {
  204.         Base: "Sorry but i don't have enough currency to complete this request..",
  205.         HaveCurrency: {
  206.             Base: "• Although i have {currencies} available!",
  207.             canRequest: "• I can request up to {sets_amount} sets with all of them, by using {command}"
  208.         },
  209.         //Have some tradable available
  210.         HaveUntradable: "• Although i have {amount} {currency} that are not available to trade yet, come back later?" // didnt have tradables, but did found non-tradables
  211.     }
  212.  
  213. ,   MissingCurrency: {
  214.         Base: "You don't have enough tradables {currency} to complete this request..",
  215.         HaveCurrency: {
  216.             Base: "• Although i did found {currencies} in your inventory..",
  217.             canRequest: "• You can request up to {sets_amount} sets with all of them, by using {command}"
  218.         }, //Have some tradable available
  219.         HaveUntradable: "• Although i did found {amount} {currency} that are not available to trade yet, come back later?" // didnt have tradables, but did found non-tradables
  220.     }
  221.  
  222. ,   toSell: {
  223.         One: "• I can get it by paying {currencies}",
  224.         Multiple: "{br}- I can buy all of them for one of the following currencies:{br}{currencies}"
  225.     }        
  226.  
  227. ,   toBuy: {
  228.         One: "• You can get it by paying only {currencies}",
  229.         Multiple: "{br}- You can get the sets by paying one of the following currencies:{br}{currencies}"
  230.     }
  231.  
  232. ,   Warning: { //Responses if user are spamming
  233.         1: "You are talking to fast!",
  234.         2: "You are still talking to fast, it can result in a perma block, or you to be unfriended.",
  235.         3: "You was sending messages to fast and will be removed from my friendlist :("
  236.     }
  237.  
  238. ,   LongRequest: {
  239.         Customer: "/me Proccessing your request, this can take a while so please hold..",
  240.         Admin:  "/me Bot is now proccessing your request, this can take a while so please hold.."
  241.     }
  242.  
  243. ,   Request: {
  244.         Customer: "/me Proccessing your request, please hold..",
  245.         Admin:  "/me Bot is now proccessing your request, thanks for use the Bluebot !"
  246.     }
  247.  
  248. ,   UnknowCommand: {
  249.         Customer: "/me Unknow command!, Type !help for more information.",
  250.         Admin: "/me Unknow command!, Type !help or !admin for more information."
  251.     }
  252. }
Advertisement
Add Comment
Please, Sign In to add comment