Advertisement
Guest User

verif embed

a guest
Jan 18th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. if (message.content === prefix + "verif"){
  2. var help_embed = new Discord.RichEmbed()
  3. .setColor("RANDOM")
  4. .setImage("https://media.giphy.com/media/yThpJw4PJ6WIM/giphy.gif")
  5. .setTitle("Bienvenue sur ๐’ƒ๐’๐’ƒ ๐’'๐’†ฬ๐’‘๐’๐’๐’ˆ๐’† :star-2:")
  6. .setDescription("**__Rรฉagissez la rรฉaction ci-dessous pour accรฉder au reste du serveur__**", "Si il y a le moindre problรจme veuillez contacter un Fondateurs")
  7. .setFooter("๐’ƒ๐’๐’ƒ ๐’'๐’†ฬ๐’‘๐’๐’๐’ˆ๐’† | by Darkia")
  8. message.channel.sendMessage(help_embed)
  9. }
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement