From a774bcd97588c67e290e47cdf4032c03b704f4ae Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Thu, 7 Mar 2019 02:37:52 -0800 Subject: [PATCH] Add notes about using User ID (#8849) * 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 --- source/_components/notify.discord.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/notify.discord.markdown b/source/_components/notify.discord.markdown index 6f296ea538e..f9214277748 100644 --- a/source/_components/notify.discord.markdown +++ b/source/_components/notify.discord.markdown @@ -88,6 +88,8 @@ This channel ID has to be used as the target when calling the notification servi ### {% linkable_title Notes %} +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. + For more information about creating and authorizing bots, visit the [OAuth2 information page](https://discordapp.com/developers/docs/topics/oauth2) To use notifications effectively, please see the [getting started with automation page](/getting-started/automation/).