Advertisement
Helgodxdd

sdfg

Nov 15th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. message.channel.send({embed: {
  2. color: 3447003,
  3. author: {
  4. name: client.user.username,
  5. icon_url: client.user.avatarURL()
  6. },
  7. title: (message.author.username),
  8. url: "http://google.com",
  9. description: "This is a test embed to showcase what they look like and what they can do.",
  10. fields: [{
  11. name: "Fields",
  12. value: "They can have different fields with small headlines."
  13. }]
  14. }})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement