
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 = …
python - Color codes for discord.py - Stack Overflow
Sep 6, 2020 · I found it a bit difficult and annoying to change colors in discord.py (embed color for instance). I made a class for the different color codes to use in discord.py which can be …
discord - How could I mention a user in an embed? - Stack Overflow
Jan 30, 2022 · How could I mention a user in an embed? Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 16k times
Mentioning people/roles inside an embed (discord.js)
Aug 9, 2020 · I am trying to create for my discord server a set-roles channel, where every role is explained. I want my bot to say everything inside an embed, so noone would be tagged if their …
How to ping a role in a discord.js embed - Stack Overflow
Apr 5, 2021 · I want to ping a specific role in a discord embed. I tried <@652878254927249420> but it only work on a classic message. Is it possible to ping a …
How to create own embed site for Discord - Stack Overflow
Dec 14, 2019 · As your know, when you type a website address (for ex. https://youtube.com), you also send a Rich Embed message of site automatically. How can I set this for my website?
How to ping people/roles inside a Discord Embed? - Stack Overflow
Aug 22, 2021 · So I coded a Discord Embed that requires pinging to work. The text is displaying as a discord ping should look with the light blue background and such, but there is no ping and …
Discord.js How to use emojies in a embed showing user presence
Jan 30, 2021 · Discord.js How to use emojies in a embed showing user presence Asked 4 years, 9 months ago Modified 4 years, 9 months ago Viewed 9k times
How to mention a discord channel in an embed message
Feb 14, 2021 · In the description of my embed, I would like where #channel is written to be replaced with the mention of the channel. I would like to get this channel object through its id; …
How do I mention a users role in embed using discord.js
Sep 1, 2020 · How do I mention a users role in embed using discord.js Asked 5 years, 1 month ago Modified 5 years, 1 month ago Viewed 2k times