Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. }if(args[1] === 'server'){
  2.  
  3. const embed = new Discord.RichEmbed()
  4. .setTitle('Our Servers:')
  5. .addField('EU GreekSurvivors Vanilla x2')
  6. .addField('Connect to the Server by using the following command in the F1 console')
  7. .addField('```client.connect 136.243.144.15:28015```')
  8. .addField('Test')
  9. .setColor(0xE67E22)
  10. .setFooter('This Bot is made by GreekSurviviors Developer')
  11. msg.channel.sendEmbed(embed);
  12.  
  13. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement