Advertisement
McGRiM

RANDOM COLOR COMMAND (RAW DATA)

Apr 4th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "name": "randomcolor",
  3. "permissions": "NONE",
  4. "restriction": "1",
  5. "_id": "pnuPR",
  6. "actions": [
  7. {
  8. "storage": "1",
  9. "varName": "hex",
  10. "name": "Generate Random Hex Color"
  11. },
  12. {
  13. "title": "Hex Color",
  14. "author": "",
  15. "color": "${tempVars(\"hex\")}",
  16. "timestamp": "false",
  17. "url": "",
  18. "authorIcon": "",
  19. "imageUrl": "",
  20. "thumbUrl": "https://www.colorhexa.com/${tempVars(\"hex\").substring(1)}.png",
  21. "storage": "1",
  22. "varName": "embed",
  23. "name": "Create Embed Message"
  24. },
  25. {
  26. "storage": "1",
  27. "varName": "embed",
  28. "message": "${tempVars(\"hex\")}",
  29. "name": "Set Embed Description"
  30. },
  31. {
  32. "storage": "1",
  33. "varName": "embed",
  34. "message": "Designed by McGRiMTV",
  35. "footerIcon": "http://pngimg.com/uploads/copyright/copyright_PNG59.png",
  36. "name": "Set Embed Footer"
  37. },
  38. {
  39. "storage": "1",
  40. "varName": "embed",
  41. "channel": "0",
  42. "varName2": "",
  43. "storage3": "0",
  44. "varName3": "",
  45. "name": "Send Embed Message"
  46. }
  47. ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement