-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add: Mentioning roles #26
Comments
That's a discord feature and not a bug. You can't mention people or roles inside of an embed. Instead you need to put mentions inside the "content" part of the message. You can very easily add a "content" field without a lot of changes to the code. |
You can also check theres a way to mention the role using mee6 embed option. I'm not going to use it because I need to post 2 embeds and it doesn't allow me to use over 2 |
Well, you can put a mentions in the embed, but you are right, tagged people/roles will not be pinged. I join the request to add this feature. |
I used some of this code in a discord bot I made and I added a |
So mentions can also be made, like on my behalf, that is, there will be a change in my name in the embed, the same way mentions work, just not on your behalf, but on behalf of the bot, I think right? |
And how is the progress? |
Been a while but wondering if there's been an update to this? I'm looking to ping users within an embed as well |
Can add it so that you can mention roles and people in the description on behalf of the sender, of course, if possible
The text was updated successfully, but these errors were encountered: