Allow Link Buttons on Webhooks #3887
-
|
Hey friends, I was hoping we could allow Button components of type I believe it was mentioned in the DDev server that this is intentional behaviour for consistency, because components in general require interactivity. However, it is already documented that link buttons do not send an interaction payload to the bot/server endpoint, so IMHO this is a moot point - link buttons are already inconsistent with other buttons and are not interactive. My intended use case is as such: I have a series of webhooks that pipe various off-platform activity into my Discord server for notifications - one such example is a Twitter monitor. It would be nice if, instead of including relevant links in the embed, I could pass Link Buttons and render them separately: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is now possible with |
Beta Was this translation helpful? Give feedback.

This is now possible with
?with_components=true! #7368