-
|
I currently have this profile command which displays all the normal information about your account but I'm trying to find a way to make the role section look a bit neater. Is there a way I can combine both the role name & color and display it in a nice manner Command CodeOutput |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
You can ping the role through |
Beta Was this translation helpful? Give feedback.
-
|
After further inspection, I can't help but notice one of your role names. Could you provide an explanation on that please? |
Beta Was this translation helpful? Give feedback.

You can ping the role through
DiscordRole.Mention. By default, pings that are in embeds will not actually ping the associated people, only display it. If you wish to be double sure, you could use aDiscordMessageBuilderwithAllowedMentions(Mentions.None).