Advertisement
Guest User

xdeeeeeee

a guest
Aug 23rd, 2019
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. if(msg.channel.name = "generator_lvl_0"){
  2. const embed = new Discord.RichEmbed()
  3. .setColor(0xFFFFA3)
  4. .setTitle("**Nitro** code level 0")
  5. .addField("Español: Pruebalo con: `https://discord.gift/(Codigo)`","`Only Variable to level 2 double code`",true)
  6. .addField("English: Test with: `https://discord.gift/(Code)`","`"+getGiftCode()+"`",true)
  7. .setFooter("Developed by Atog#7266");
  8. msg.channel.type === (`"dm"`) + client.users.get(msg.author.id).send({ embed });
  9. msg.channel.send("Watch your DM "+msg.author.username);
  10. return;
  11. }
  12. else if(msg.channel.name = "generator_lvl_1"){
  13. const embed = new Discord.RichEmbed()
  14. .setColor(0xFFFFA3)
  15. .setTitle("**Nitro** code level 1")
  16. .addField("Español: Pruebalo con: `https://discord.gift/(Codigo)`","`Only Variable to level 2 double code`",true)
  17. .addField("English: Test with: `https://discord.gift/(Code)`","`"+getGiftCode()+"`",true)
  18. .setFooter("Developed by Atog#7266");
  19. msg.channel.type === (`"dm"`) + client.users.get(msg.author.id).send({ embed });
  20. msg.channel.send("Watch your DM "+msg.author.username);
  21. return;
  22. }
  23. else if(msg.channel.name = "generator_lvl_2") {
  24. const embed = new Discord.RichEmbed()
  25. .setColor(0xFFFFA3)
  26. .setTitle("**Nitro** code level 2")
  27. .addField("Español: Pruebalo con: `https://discord.gift/(Codigo)`","`"+getGiftCode()+"`",true)
  28. .addField("English: Test with: `https://discord.gift/(Code)`","`"+getGiftCode()+"`",true)
  29. .setFooter("Developed by Atog#7266");
  30. msg.channel.type === (`"dm"`) + client.users.get(msg.author.id).send({ embed });
  31. msg.channfel.send("Watch your DM "+msg.author.username);
  32. return;
  33. }
  34. else if(msg.channel.name = "generator_lvl_3"){
  35. const embed = new Discord.RichEmbed()
  36. .setColor(0xFFFFA3)
  37. .setTitle("**Nitro** code level 3")
  38. .addField("Español: Pruebalo con: `https://discord.gift/(Codigo)`","`"+getGiftCode()+"`",true)
  39. .addField("English: Test with: `https://discord.gift/(Code)`","`"+getGiftCode()+"`",true)
  40. .setFooter("Developed by Atog#7266");
  41. msg.channel.type === (`"dm"`) + client.users.get(msg.author.id).send({ embed });
  42. msg.channfel.send("Watch your DM "+msg.author.username);
  43. return;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement