diff --git a/src/flowchart/addEmbedResponse.md b/src/flowchart/addEmbedResponse.md new file mode 100644 index 0000000000..02c8db62ac --- /dev/null +++ b/src/flowchart/addEmbedResponse.md @@ -0,0 +1,18 @@ +# Add response embed +Adds embed to the response message for the command. + +## Inputs +- `Title` `(Type: String || Own text: true)`: Title of the embed message. +- `Description` `(Type: String || Own text: true)`: Description of the embed message. +- `Footer` `(Type: String || Own text: true)`: Footer of the embed message. + +### Flags +- ➤ Execute + +## Example +Entry Point ➤ - ➤ Add response embed (Title: `Meowing Title`, Description: `Meowing Description`, Footer: `Cats shall rule this footer!`) + +![image](https://github.com/user-attachments/assets/c99109d3-20df-44a8-be09-a7f5506e71f5) + +## Result +![image](https://github.com/user-attachments/assets/481f6d79-60df-4ceb-a764-aa043e28b0c8)