Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const bot = new Discord.Client();
  3. bot.login('xxxxx');//tokennnn
  4.  
  5. bot.on('message', (message) =>{
  6. if(message.content == 'Ping'){
  7. message.reply('Welcome to our Family server!!!!');
  8. }
  9. else if(message.content =='ping'){
  10. message.reply('Welcome to our Family server!!!!');
  11. }
  12. }); // is he alive?
  13. bot.on('message', (message) =>{
  14. if(message.content == 'Tunes'){
  15. message.reply('https://docs.google.com/spreadsheets/d/160aV-YfGQkgxtieGnyfJwjmmn_oVWrFq_oAWLs89q6M/edit#gid=0');
  16. }
  17. else if(message.content == 'tunes')
  18. message.reply('https://docs.google.com/spreadsheets/d/160aV-YfGQkgxtieGnyfJwjmmn_oVWrFq_oAWLs89q6M/edit#gid=0');
  19.  
  20. });// tunes page, works with "t" & "T"
  21.  
  22. bot.on('message', (message) => {
  23. if(message.content == 'Crew list'){
  24. message.reply('https://drive.google.com/open?id=1AvUsxrPkBHoLWhS6QwEZ9QBLjzaIKwRB3sro16GU4uk');
  25. }
  26. else if(message.content == 'crew list'){
  27. message.reply('https://drive.google.com/open?id=1AvUsxrPkBHoLWhS6QwEZ9QBLjzaIKwRB3sro16GU4uk');
  28. }
  29. });// Roster
  30. bot.on('message', (message) => {
  31. if(message.content == 'Free rp'){
  32. message.reply('https://docs.google.com/spreadsheets/d/1X26VTY-LFO9nvpSw0cdA5rmQwy3plZSvstw4haMqTG4/edit?usp=sharing');
  33. }
  34. else if(message.content == 'free rp'){
  35. message.reply('https://docs.google.com/spreadsheets/d/1X26VTY-LFO9nvpSw0cdA5rmQwy3plZSvstw4haMqTG4/edit?usp=sharing');
  36. }
  37. });// Free rp in game
  38. bot.on('message', (message) => {
  39. if(message.content == 'fusions'){
  40. message.reply('Next part when you guys got a prestige car there are two ways to get fusions - One is to hunt another PC or use a Donna banks for bronze keys- I prefer this second way- That way gives you fusions and s6 parts There is a third way You can buy car for cash and stripped it for parts. This one will cost you cash to buy and strip car Good news are that for fusions you can buy by car maker company for example You need fusions for Ford Mustang You can buy any Ford from Fiesta to Mustang all fusions will fit but more tier car with more stars then are more fusions to get 〓@67igor1')
  41. }
  42. else if(message.content == 'Fusions'){
  43. message.reply('Next part when you guys got a prestige car there are two ways to get fusions - One is to hunt another PC or use a Donna banks for bronze keys- I prefer this second way- That way gives you fusions and s6 parts There is a third way You can buy car for cash and stripped it for parts. This one will cost you cash to buy and strip car Good news are that for fusions you can buy by car maker company for example You need fusions for Ford Mustang You can buy any Ford from Fiesta to Mustang all fusions will fit but more tier car with more stars then are more fusions to get 〓@67igor1')
  44. }
  45. });
  46. bot.on('message', (message)=>{
  47. if(message.content == 'Swapping'){
  48. message.reply("First, Please fuel up your car. When you with crewmate: race in pattern win / lose. That will prevent you to be bumped and bring you best possible RP for our crew. If you can't find a crewmate look for players with reapet symbol (circle with 2 arrows) or sign: W/L. These guys will probably fairly swaps with you. 〓@OldSquirrel iOS")
  49. }
  50. else if(message.content == 'swapping'){
  51. message.reply("First, Please fuel up your car. When you with crewmate: race in pattern win / lose. That will prevent you to be bumped and bring you best possible RP for our crew. If you can't find a crewmate look for players with reapet symbol (circle with 2 arrows) or sign: W/L. These guys will probably fairly swaps with you. 〓@OldSquirrel iOS")
  52. }
  53. });
  54. bot.on('message', (message)=> {
  55. if(message.content == 'Wc'){
  56. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601268369928355850/WC.jpg')
  57. }
  58. else if(message.content == 'wc'){
  59. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601268369928355850/WC.jpg')
  60. }
  61. });
  62. bot.on('message', (message)=> {
  63. if(message.content == 'lobbys'){
  64. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601275650845835264/Lobby_time.jpg')
  65. }
  66. else if(message.content == "Lobbys"){
  67. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601275650845835264/Lobby_time.jpg')
  68. }
  69. });
  70. bot.on('message', (message)=> {
  71. if(message.content == 'Cap'){
  72. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601286824434073610/cap1.jpg')
  73. }
  74. else if(message.content == 'Cap p2'){
  75. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601286832021569537/cap2.jpg')
  76. }
  77. });
  78. bot.on('message', (message) =>{
  79. if (message.content == 'The goblin hut'){
  80. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601305597094395906/TGH.jpg')
  81. }
  82. });
  83. bot.on('message', (message) => {
  84. if(message.content == 'TGH'){
  85. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601305600709754948/TGH1.jpg')
  86. }
  87. });
  88. bot.on('message',(message)=>{
  89. if(message.content == 'Fonts'){
  90. message.reply('https://cdn.discordapp.com/attachments/601260084202307604/601305604480303124/Font_ios.jpg')
  91. }
  92. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement