Custom Commands: Allow embed command type #11

Closed
opened 2024-02-11 04:03:49 +00:00 by solao · 0 comments
Owner

As a user, I want to be able to create embeds through the custom command module.

First line should be treated as title. The rest should be treated as description.
Allows for html-like <img> notation to set an image.
Hard limit on 8000 characters.

This is the title
This is the first line of the description.
This is the second line of the description.
<img src="https://via.placeholder.com/150">
This is the final line of the description.

Should become an embed with that content and the img set to the 150x150 placeholder image.

As a user, I want to be able to create embeds through the custom command module. First line should be treated as title. The rest should be treated as description. Allows for html-like `<img>` notation to set an image. Hard limit on 8000 characters. ``` This is the title This is the first line of the description. This is the second line of the description. <img src="https://via.placeholder.com/150"> This is the final line of the description. ``` Should become an embed with that content and the img set to the 150x150 placeholder image.
daniel was assigned by solao 2024-02-11 04:03:49 +00:00
solao closed this issue 2024-02-11 04:03:50 +00:00
Sign in to join this conversation.
No Label
Doing
To Do
Won't fix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Discord/chaosbot#11
No description provided.