You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add notes about using User ID
Update to inform the user that they can send direct messages and also tag a user inside the message text.
* Removing extra space
* Move note about user ID to clear things up.
* Revert sentence change
Copy file name to clipboardExpand all lines: source/_components/notify.discord.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,8 @@ This channel ID has to be used as the target when calling the notification servi
88
88
89
89
### {% linkable_title Notes %}
90
90
91
+
You can tag any user inside a channel by using their user ID in the message like so: `<@userid>`replacing `userid` with the ID you copied. To get the user ID right click on the user name to copy the ID like you did for the channel ID up above.
92
+
91
93
For more information about creating and authorizing bots, visit the [OAuth2 information page](https://discordapp.com/developers/docs/topics/oauth2)
92
94
93
95
To use notifications effectively, please see the [getting started with automation page](/getting-started/automation/).
0 commit comments