Tuzzillo

Untitled

Nov 13th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "name": "randomcolor",
  3. "permissions": "NONE",
  4. "restriction": "1",
  5. "_id": "ChWHT",
  6. "actions": [
  7. {
  8. "storage": "1",
  9. "varName": "hex",
  10. "name": "Generate Random Hex Color"
  11. },
  12. {
  13. "slice": "${tempVars(\"hex\")}",
  14. "startingNumber": "1",
  15. "sliceLength": "6",
  16. "storage": "1",
  17. "varName": "unhashtag",
  18. "name": "Slice"
  19. },
  20. {
  21. "title": "${tempVars(\"hex\")}",
  22. "author": "",
  23. "color": "${tempVars(\"hex\")}",
  24. "timestamp": "false",
  25. "url": "https://www.color-hex.com/color/${tempVars(\"unhashtag\")}",
  26. "authorIcon": "",
  27. "imageUrl": "",
  28. "thumbUrl": "",
  29. "storage": "1",
  30. "varName": "color",
  31. "name": "Create Embed Message"
  32. },
  33. {
  34. "storage": "1",
  35. "varName": "color",
  36. "channel": "0",
  37. "varName2": "",
  38. "name": "Send Embed Message"
  39. }
  40. ]
  41. }
Add Comment
Please, Sign In to add comment