JohnTomah

Untitled

Mar 3rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. client.on("message", msg => {
  3. let myid = 'حط ايديك'
  4. if(msg.content === `<@${myid}>`){
  5. client.users.get(myid).send(`
  6. **:newspaper: في واحد منشنك :newspaper:
  7.  
  8. :arrow_down: بسيرفر: :arrow_down:
  9. \`${msg.guild.name}\`
  10.  
  11. :arrow_down: By: :arrow_heading_down: **
  12. ***${msg.author}***`);
  13. }
  14. })
Advertisement
Add Comment
Please, Sign In to add comment