Advertisement
Guest User

Untitled

a guest
May 24th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. client.on('message', message =>{
  2. if(message.content === "asd"){
  3. message.channel.send({ embed: {
  4. color: 0xFF0000,
  5. title:"Règles",
  6. description:"wswds",
  7. fields:[
  8. {name:'hhjk', value:"alllo"},
  9. {name:'hhjk', value:"alllo"},
  10. {name:'hhjk', value:"alllo"},
  11. {name:'<message_join',value:"alllo"}
  12. ],
  13. footer:{text:"Although the " + message.guild.roles.find('id', '581293608095711279') + ", the @Moderator and the @Manager are tolerant, the rules have to be respected. If it is not the case, consequences will be applicated, such as a mute, a kick, a ban, etc."},
  14. }});
  15. console.log('<console>');
  16. }
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement