How to Create & Mention a Role in Discord

In Discord, roles control who has access to do what on your server. They’re a great way to enforce a hierarchy among your community and make sure that server rules are being followed. Roles have other benefits too like custom colors and mentions.

One way you might use a role is for mentioning a specific group of people. For example, you might create a role for a specific game that only some people on your server play. Rather than mentioning “@everyone”, you could mention only the role so that only those who need the mention get one.

Here’s how to create a Discord role, add members to it, and mention it.

How to Create a Role in Discord

In order to mention a Role in Discord, you first need to have a role to mention! The steps in this section will show you how to create a role in Discord, but if you already have one created you can skip to the section below.

  1. First, click the name of your Discord server and select Server Settings in the dropdown menu that appears.
    Discord Server Settings in Menu
  2. In the Server Settings, select Roles under the name of your server in the menu on the left.
    Discord Server Roles in Server Settings
  3. On the Roles page, click the Create Role button next to the Search Roles search bar.
    Discord Create Role Button on Roles Page
  4. Type a new name for your role in the Role Name field.
    Discord Role Name Field on Edit Role Screen

    Note: Role permissions are outside the scope of this article, so we will be creating a role with the same permissions as a normal user. If you’re creating a role with elevated permissions, you should first refer to the Discord documentation to familiarize yourself with how roles work in Discord.
  5. If you want anyone in your server to be able to mention this role, scroll down and enable Allow anyone to @mention this role.
    Discord Toggle Icon Next to Allow Anyone to Mention Role
  6. Save your new role by clicking the Save Changes button at the bottom of this screen.
    Discord Save Changes Button

How to Assign Members a Role in Discord

In order to mention all members of a role in Discord, you first need to assign members the role. Here’s how:

  1. Click the name of your Discord server and select Server Settings in the dropdown menu that appears.
    Discord Server Settings in Menu
  2. Click Members under User Management in the menu at the left.
    Discord Members in Server Settings Menu
  3. For each user you want to be a member of this role, click the + symbol next to their username and select the role from the dropdown that appears.
    Discord Add Server Member to Role

How to Mention a Role by Name & ID

With your new role created and full of members, you’re ready to start using it to mention everyone assigned it!

The easiest way to mention a role in Discord is by name. From any text channel, simply type @(The name of the role), select it, and hit enter.

Discord Role Mention Suggestion in Text Channel

You can also mention roles by ID. This is useful for programmers who write bots for Discord, or create Webhooks, because if the name of the role changes, the mention still works.

Use \@(The name of the role) to get a role’s ID, and then <@&(Role ID)> to mention it.

2 thoughts on “How to Create & Mention a Role in Discord”

Leave a Comment