NoTextToSpeech

Sapphire Raw Embed Template

Aug 17th, 2022
16,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "embeds": [
  3. {
  4. "footer": {
  5. "text": "${usertag}",
  6. "icon_url": "${useravatarurl}"
  7. },
  8. "title": "User roles updated",
  9. "color": "#39F077",
  10. "timestamp": "${nowtimestamp}",
  11. "fields": [
  12. {
  13. "name": "Added:",
  14. "value": " **${rolesadded}**",
  15. "inline": false
  16. },
  17. {
  18. "name": "Removed:",
  19. "value": "**${rolesremoved}**",
  20. "inline": false
  21. }
  22. ],
  23. "thumbnail": {
  24.  
  25. },
  26. "author": {
  27.  
  28. }
  29. }
  30. ]
  31. }
Add Comment
Please, Sign In to add comment