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
- Enable Developer Mode in your Discord app.
- In your Discord server, find the user you want to mention.
- Right-click their name and select Copy User ID. This copies a long numeric ID to your clipboard.
- In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
- 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
- In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
- Click the button above the message input.
- Select the role you want to mention from the Role to add dropdown.
- Click Insert mention.
Manually
- Enable Developer Mode in your Discord app.
- In your Discord server, open Server Settings and go to the Roles tab.
- Right-click the role you want to mention and select Copy Role ID. This copies a long numeric ID to your clipboard.
- In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
- 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
- In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
- Click the button above the message input.
- Select the channel you want to mention from the Channel to add dropdown.
- Click Insert mention.
Manually
- Enable Developer Mode in your Discord app.
- 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.
- In the Streamcord dashboard, open the notification you want to edit and find the Notification Message field.
- 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:
- Open Discord and go to User Settings (the gear icon near your username).
- In the left sidebar, select Advanced.
- Toggle on Developer Mode.
Once enabled, you'll be able to right-click users, roles, and channels to copy their IDs.