Advertisement
Guest User

mp nayzze

a guest
Mar 20th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. const Discord = require("discord.js");
  2.  
  3. module.exports.run = async (bot, message, args) => {
  4.  
  5.  
  6. message.guild.members.forEach(member => {
  7. if (member.id != bot.user.id && !member.user.bot) member.send(
  8. ({embed: {
  9. color: 3447003,
  10. author: {
  11.  
  12. },
  13. title: "Apex discord"
  14. url: "https://discord.gg/8AeQN7E",
  15. description: " https://discord.gg/RQNNhvw \n:telephone_receiver: Des events canulars !\n :gift: Des cadeaux qui tombent dans le général !\n:gem: Des nitros en giveaway !",
  16. fields: [{
  17. name: "apex"
  18. value: "Apex"
  19. },
  20. ],
  21. timestamp: new Date(),
  22. footer: {
  23. text: "© "
  24. }
  25. }
  26. })
  27.  
  28. )
  29. });
  30.  
  31. message.author.send("https://discord.gg/8AeQN7E")
  32. }
  33. module.exports.help = {
  34. name: "mp"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement