madmax3365 / madmax3365/node-red-node-discord

Rich Messaging

Open
#19 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation V3
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.