Obfield

Untitled

Aug 16th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. else if(reaction.message.channel.id === userTickets.get(user.id)){
  2.            if(reaction.emoji.name === '✅'){
  3.             if(admins.includes(user.id))
  4.              reaction.message.channel.send(
  5.  
  6.                 {
  7.                     embed: {
  8.                         color: 0xffcf08,
  9.                         title: `Le client as t'il payer  ?`,
  10.                        fields: [
  11.                            {
  12.                            name: "Si oui",
  13.                            value: '**réagissez avec** :white_check_mark:  ',
  14.                            inline: true
  15.                        },
  16.                        {
  17.                            name: "**Si non**",
  18.                            value: "**réagissez avec** :negative_squared_cross_mark:",
  19.                            inline: true
  20.                        }
  21.                    ],
  22.                    footer: {
  23.                        text: '© Anaros all right reserved',
  24.                        icon_url: 'https://i.imgur.com/dpcP8rA.png',
  25.                     },
  26.            
  27.                     }
  28.                 }
  29.             ).then(function (message) {
  30.                 message.react('✅');
  31.                 message.react('❎')
  32.               })
  33.               else reaction.message.channel.send(`Vous ne pouvez pas Clôturer une commande veuillez contacter un Developpeur !`)
Add Comment
Please, Sign In to add comment