4drian3d / 4drian3d/JDWebHooks
Add button support
- Dominant language
- Java
- Stars
- 20
- Forks
- 1
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 1
Description
Need to implement:
- [Action Row](https://discord.com/developers/docs/components/reference#action-row)
- [Button](https://discord.com/developers/docs/components/reference#button)
Webhooks created by applications (bots) support button components; it may be worth adding a check for this.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue requires implementing Discord's Action Row and Button components for webhooks. Start by reviewing the Discord developer documentation links provided to understand the component structure. Examine the existing library code to see how webhook messages are currently constructed and sent. The work involves adding new classes or methods to support button components, and potentially adding a check for bot-created webhooks. 'Done' looks like being able to send a webhook message containing interactive buttons as shown in the attached image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100