Advertisement
Guest User

VIP code

a guest
Jul 23rd, 2019
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. @everyone | @here
  2. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3. Toxic Codescopyright arrow_down
  4. const config = require('./config.json');
  5. var sed = config.sed //Subscription Expiration date
  6. var pom = config.owner // Owner Bot Metion
  7. var dop = config.dop // Date Of Purchase
  8. client.on('message', msg =>{
  9. var prefix = config.prefix
  10. if(msg.content.startsWith(prefix + "vip")){
  11. let embed = new Discord.RichEmbed()
  12. .setColor('RANDOM')
  13. .setTitle('Your Premium Info ๐Ÿ˜‚
  14. .setDescription(**
  15. ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€
  16. Purchased By : : ${pom}
  17. Date of purchase : ${dop}
  18. Subscription expiration date : ${sed}
  19. ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€ู€
  20. **) //Toxic Codes // n3k4a is one
  21. .setFooter(${client.user.tag})
  22. msg.channel.sendEmbed(embed); //Toxic Codes // n3k4a is one
  23. }
  24. }) //Toxic Codes // n3k4a is one
  25.  
  26. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  27. ูˆุตู ุงู„ูƒูˆุฏ: ูƒูˆุฏ vip probot
  28. ุชู… ุงู„ู†ุดุฑ ุจูˆุงุณุทุฉ: @ูุฎุฑ ุงู„ุจุทุงุทุณ ุงู„ู…ุญู…ุฑู‡
  29. ุงู„ู…ุตุฏุฑ / ุงู„ุดุฎุต ุงู„ุฐูŠ ุตู†ุน ุงู„ูƒูˆุฏ: @ูุฎุฑ ุงู„ุจุทุงุทุณ ุงู„ู…ุญู…ุฑู‡ ุงู„ูŠ ูŠุฒุฑูู‡ ูŠุงูˆู„ู‡
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement