#Webhook link button not working
16 messages · Page 1 of 1 (latest)
Did your bot make that webhook? If not it won‘t work
So should I send a webhook from within the discord client? From what I read in the documentation it is possible to do a simple http query.
You can send to webhooks that way, yes. But not as the bot and hence you can‘t send any components as they are bot-only
And even more relevant: not djs related at all, ddevs would be better place for this
okey
"username": "TEST",
"avatar_url": "",
"embeds": [
{
"color": 0,
"description": "test embed",
"timestamp": "",
"author": {},
"image": {},
"thumbnail": {},
"footer": {},
"fields": []
}
],
"components": [
{
"type": 1,
"components": [
{
"type": 2,
"style": 5,
"label": "test link",
"url": "https://www.google.com/"
}
]
}
]```
still not working, and this is sent from the client
How do you define mentionHook? Is it a webhook created by the bot (as I asked earlier already)?
the webhook link was user generated
I won't even be able to send a button with a link?
No, can you (as a user) send a button with a link?