Skip to content

Commit

Permalink
Add notes about using User ID (home-assistant#8849)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dshokouhi authored and fabaff committed Mar 7, 2019
1 parent 84b946f commit a774bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/_components/notify.discord.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit a774bcd

Please sign in to comment.