Skip to content
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

Open
OkumuraaRinn opened this issue Apr 25, 2021 · 9 comments
Open

Add: Mentioning roles #26

OkumuraaRinn opened this issue Apr 25, 2021 · 9 comments

Comments

@OkumuraaRinn
Copy link

Can add it so that you can mention roles and people in the description on behalf of the sender, of course, if possible

@wowkster
Copy link

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.

@OkumuraaRinn
Copy link
Author

In embed, the mention of roles is possible, here is a screenshot
image

@NightPlay
Copy link

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

@wowkster
Copy link

In embed, the mention of roles is possible, here is a screenshot

image

What I meant was that you can mention a user, but they wont be pinged.

@xartuu
Copy link
Contributor

xartuu commented Aug 30, 2021

Well, you can put a mentions in the embed, but you are right, tagged people/roles will not be pinged.
Just type <@&role_id> or <@user_id>, gives an example from the discord.js library, because that's how I did it when writing the bot.

I join the request to add this feature.

@wowkster
Copy link

wowkster commented Dec 8, 2021

I used some of this code in a discord bot I made and I added a content field in the message where you can ping users and roles. I will make a pull request.

@OkumuraaRinn
Copy link
Author

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?

@OkumuraaRinn
Copy link
Author

I used some of this code in a discord bot I made and I added a content field in the message where you can ping users and roles. I will make a pull request.

And how is the progress?

@jpatel232
Copy link

Been a while but wondering if there's been an update to this? I'm looking to ping users within an embed as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants