ModuloBot / Tracker

A place to suggest features and report bugs for @ModuloBot
1 stars 0 forks source link

Custom Embed Maker #23

Open MarkDuchaney opened 5 years ago

MarkDuchaney commented 5 years ago

Describe the solution you'd like Custom Embed maker to add onto custom command maker.

Additional context My own made embed maker: { "name": "test", "trigger": "test", "needsOwner": false, "title": "This is where you may add a Title for your Embed", "content": "The context of the embed.", "authorName": "Author or brief welcome", "thumbnailPath": "C:\Users\David\Desktop\178e1f319c3b57e61d2a36f9d3ba2a40_stamp-clipart-example-stamp-clipart_1300-866.jpeg", "imagePath": "C:\Users\David\Desktop\178e1f319c3b57e61d2a36f9d3ba2a40_stamp-clipart-example-stamp-clipart_1300-866.jpeg", "footer": "This is the footer of the embed", "red": 250, "blue": 250, "green": 250, "imageDumpChannel": 475700337152360468 },