Skip to content
On this page

Mentioning Channels, Roles, and Users

TIP

If you want to mention @everyone or @here, use the {everyone} or {here} variables instead. See Using Variables for more details.

Mentioning a User

  1. Enable Developer Mode in your Discord app.
  2. In your Discord server, find the user you want to mention.
  3. Right-click their name and select Copy User ID. This copies a long numeric ID to your clipboard.
  4. In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
  5. Place your cursor where you want the mention to appear and type <@ followed by the user ID, then close it with >.

Example: If the user ID is 375805687529209857, the mention should look like:

<@375805687529209857>

Mentioning a Role

Using the dashboard

  1. In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
  2. Click the button above the message input.
  3. Select the role you want to mention from the Role to add dropdown.
  4. Click Insert mention.

Manually

  1. Enable Developer Mode in your Discord app.
  2. In your Discord server, open Server Settings and go to the Roles tab.
  3. Right-click the role you want to mention and select Copy Role ID. This copies a long numeric ID to your clipboard.
  4. In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
  5. Place your cursor where you want the mention to appear and type <@& followed by the role ID, then close it with >.

Example: If the role ID is 375805909219147807, the mention should look like:

<@&375805909219147807>

Mentioning a Channel

Using the dashboard

  1. In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
  2. Click the button above the message input.
  3. Select the channel you want to mention from the Channel to add dropdown.
  4. Click Insert mention.

Manually

  1. Enable Developer Mode in your Discord app.
  2. In your Discord server, right-click the channel you want to mention in the channel list and select Copy Channel ID. This copies a long numeric ID to your clipboard.
  3. In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
  4. Place your cursor where you want the mention to appear and type <# followed by the channel ID, then close it with >.

Example: If the channel ID is 123456789012345678, the mention should look like:

<#123456789012345678>

Enabling Developer Mode

Developer Mode is only required if you want to mention a specific user or prefer to insert mentions manually. To enable it:

  1. Open Discord and go to User Settings (the gear icon near your username).
  2. In the left sidebar, select Advanced.
  3. Toggle on Developer Mode.

Once enabled, you'll be able to right-click users, roles, and channels to copy their IDs.