About 536,000 results
Open links in new tab
  1. how can i add an html embed to my discord server (if its ... - Reddit

    Mar 12, 2024 · Adding HTML elements to a Discord channel isn't directly possible, since Discord has no support for adding your own code. That'd come with a load of potential security risks for them to …

  2. Custom emoji's in embed message : r/probot - Reddit

    Jan 11, 2023 · How do I add custom server emoji's to an embed message in probot? I've been trying to change up my server roles from standard to custom emoji's, but I can't seem to make them appear in …

  3. How can I send an embed via my Discord bot, w/python?

    Jul 1, 2017 · I've been working on a Discord bot, and I'd like to make things more custom. I've been trying to make the bot send embeds, instead of normal messages. embed = …

  4. discord - How could I mention a user in an embed? - Stack Overflow

    Jan 30, 2022 · You cannot ping a member in an embed but rather only mention them. So, you need to ping them in the regular content of the message instead of the embed. await …

  5. Embed message discord.js - Stack Overflow

    Aug 3, 2021 · channel.send({ embed: exampleEmbed }); Sending the embed like this: " { embeds: [exampleEmbed] } " makes discord think you are sending an empty message and therefore it doesn't …

  6. How to start a new line on embed messages? : r/discordapp - Reddit

    Apr 6, 2024 · If this is a bug report or technical issue, please also post a properly formatted comment in the Monthly Megathread pinned at the top of the subreddit. It is closely monitored and prioritized by …

  7. How can I embed messages using a Discord bot? - Stack Overflow

    Sep 26, 2020 · 4 I want to code a bot that will embed a user's sent message in a specific channel. If you know anything about GTA RP servers, it's like a Twitter or Instagram bot. Here's an example: I think …

  8. discord - How do you make a bot that sends embed welcome …

    I currently am having trouble running this code it used to stop the bot/replit when a person joins the bot/replit now it declares it as an empty message let Discord = require("discord.js"...

  9. How to embed messages on a user account without a selfbot or bot ...

    Mar 17, 2022 · The only way a “user account” can send it by using a web hook embed creator. There are plenty of sites that allow you to do that, as long as you can manage web hooks on a server. As …

  10. Correct way of displaying a member's mention in an embed

    Jan 16, 2021 · 2 In my discord.py bot I have a function which lets each guild choose their desired welcome message to be displayed by the bot when a users join (using on_member_join). This …