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 role is mentioned there. Unfortuanlty I really can't find a way to mention any role or any user in a simple way, without to getting the roles id and fetching the role. I have a lot of roles on my server and I just want a simple way of writing it, lets say I have a role "Verified", this is how I tried to code the embed:
.addFields(
{name: "All roles", value: `@Verified means you have accepted the rules\n @Moderator means...`}
)