madmax3365 / madmax3365/node-red-node-discord
Rich Messaging
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Can someone describe how to use the rich messaging feature? I would like to attach images to the messages in Discord. Currently I have this:
```
message = {
payload: "Happy Thanksgiving!",
channel: msg.channel.id
}
return message;
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the rich messaging feature and the message object shown in the issue. Determine the supported payload shape for attaching images to Discord messages, then document the required fields with a working example; the issue is complete when a user can follow the documentation to send an image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100