Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
4,792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. client.on('messageReactionAdd', async (messageReact, user) => {
  2.     if(user.id == client.user.id) return
  3.     if(!messageReact.message.embeds) return
  4.     if(messageReact.message.embeds[0].title == EmbedCompras.title) {
  5.         if(messageReact.emoji.id == '697880793829212240') {
  6.             messageReact.message.delete()
  7.  
  8.             let bEmbed = new Discord.MessageEmbed()
  9.  
  10.             .setTitle("Fortnite Bundles")
  11.             .setDescription(`**Você escolheu a categoria Fortnite Bundles aguarde até um responsável atende-lo:**
  12.             \n **• Psycho Bundle + Boordelands GAME = R$ 90,00**
  13.             \n **• Pacote IRIS + 600 v-bucks = R$ 23,00**
  14.             \n **• Deep Freeze Bundle + 1.000 v-bucks = R$ 185,00**
  15.             \n **• Neo Versa + 2.000 v-bucks = R$100,00**
  16.             \n **• Neo Versa + 500 v-bucks = R$45,00**
  17.             \n **• Eon Skin + 500 v-bucks = R$ 205,00**
  18.             \n **• Eon Bundle + 2.000 v-bucks = R$ 275,00**
  19.             \n **• Dark Vertex Skin + 500 v-bucks = 250,00**
  20.             \n **• Dark Vertex Bundle + 2.000 v-bucks = R$ 400,00**
  21.             \n **• Rogue Spider + 2.000 v-bucks = R$ 130,00**
  22.             \n **• Honor Guard = R$ 120,00**
  23.             \n **• Double Helix Bundle = R$ 450,00**
  24.             \n **• Royale Bomber + 500 v-bucks = R$ 130,00**`)
  25.             .setFooter(`📣 » © Bot desenvolvido por ruan#0001`, client.user.displayAvatarURL({format: "png", dynamic: true}))
  26.             .setColor("GREEN")
  27.  
  28.             messageReact.message.channel.send(bEmbed)
  29.         }
  30.     }
  31. })
  32.  
  33. client.on('messageReactionAdd', async (messageReact, user) => {
  34.     if(user.id == client.user.id) return
  35.     if(!messageReact.message.embeds) return
  36.     if(messageReact.message.embeds[0].toJSON().title == EmbedCompras.toJSON().title) {
  37.         if(messageReact.emoji.id == '697880639461916723') {
  38.             messageReact.message.delete()
  39.                
  40.                 let nEmbed = new Discord.MessageEmbed()
  41.    
  42.                 .setTitle("Fortnite Bundles")
  43.                 .setDescription(`**Você escolheu a categoria Discord Nitro aguarde até um responsável atende-lo:**
  44.                 \n **• Nitro Classic = R$ 21,90**
  45.                 \n **• Nitro Gaming = R$ 46,50**`)
  46.                 .setFooter(`📣 » © Bot desenvolvido por ruan#0001`, client.user.displayAvatarURL({format: "png", dynamic: true}))
  47.                 .setColor("GREEN")
  48.    
  49.                 messageReact.message.channel.send(nEmbed)
  50.         }
  51.      }
  52. })
  53.     client.on('messageReactionAdd', async (messageReact, user) => {
  54.         if(user.id == client.user.id) return
  55.         if(!messageReact.message.embeds) return
  56.         if(messageReact.message.embeds[0].toJSON().title == EmbedCompras.toJSON().title) {
  57.             if(messageReact.emoji.id == '697880610873671771') {
  58.                 messageReact.message.delete()
  59.             }
  60.         }
  61.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement