About 50 results
Open links in new tab
  1. javascript - How can a Discord bot create a hyperlink in a Discord ...

    How can my Discord.js bot send a message with a hyperlink? I know I can use .setTitle("Titel") and .setURL("https://...") to make a link in the embed title, but how can I use these hyperlinks elsewhere …

  2. Clickable link inside message discord.py - Stack Overflow

    Oct 25, 2020 · Clickable link inside message discord.py Ask Question Asked 5 years, 4 months ago Modified 1 year, 5 months ago

  3. Hyperlink Markdown dynamically in discord - Stack Overflow

    Dec 16, 2021 · Hyperlink Markdown dynamically in discord Asked 4 years, 2 months ago Modified 3 years, 10 months ago Viewed 2k times

  4. Discord.py Links in Embeds - Stack Overflow

    Dec 3, 2020 · Like so: [text to click](url) Note: This won't work in the title, footer or field titles, if you want a hyperlink in the title use the url kwarg

  5. How to make link markup work in a discord bot message?

    Dec 27, 2022 · You cannot use hyper links in normal messages sent by a bot. You need to use a Webhook. Considering you're using discord.js, see this guide on their documentation. When using …

  6. Is there a way to send hyperlink without embeds in discord.js?

    Oct 26, 2021 · Is there a way to send hyperlink without embeds in discord.js? Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 2k times

  7. Hyperlinks in an Embed not working (discord.py) - Stack Overflow

    Dec 17, 2021 · This occurs because a URLs generated using steam_api.get_game_url contain spaces. URl can not contains spaces therefore Discord doesn’t format them as hyperlinks. Your problem is …

  8. javascript - Discord.js send hyperlink on normal message just like in ...

    Dec 24, 2021 · Discord.js send hyperlink on normal message just like in user message Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 2k times

  9. discord - How do i embed a hyperlink to a voice channel ... - Stack ...

    Jan 28, 2020 · How do i create an embed which mentions a voice channel. I have seen this working in a discord server and i want to implement it into my bot. I want the link to be clickable and when you …

  10. Make title="" on discord embed a hyperlink - Stack Overflow

    Dec 16, 2021 · Make title="" on discord embed a hyperlink Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 1k times