diff --git a/Notify_reddit.md b/Notify_reddit.md index 7226670..e9c39cc 100644 --- a/Notify_reddit.md +++ b/Notify_reddit.md @@ -30,7 +30,7 @@ Valid syntax is as follows: | app_secret | Yes | The App Secret generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page. | user | Yes | The Reddit UserID associated with one of the developers attached to your application you generated. By default this is just the same user account you used to create the Reddit app in the first place. | pass | Yes | The Reddit password associated with the UserID defined above. -| kind | No | The message kind can be set to either **self**, **link**, or **auto**. By default the value of **auto** is set. The is what tells Reddit if you're posting a general message (`self`) or if you're providing a hyperlink/URI to a website (`link`). The `auto` attempts to determine if the provided message body is a hyperlink/URI and sets the kind automatically based on what was detected. +| kind | No | The message kind can be set to either `self`, `link`, or `auto`.
Set this to `self` to imply you're posting a general/common post to the subreddit. Otherwise, set this to `link` if the message body you provide (as part of your Apprise payload) only contains a hyperlink/URI to a website. The `auto` setting (_also the default_) will parse the _message body_ and set the `self`/`link` kind accordingly based on what was detected. | ad | No | Specify whether or not what you are posting is an advertisement. By default this is set to **No**. | nsfw | No | The *Not Safe For Work* (NSFW) flag. By default this is set to **No**. | replies | No | Send all replies of the thread to your (Reddit) inbox? By default this is set to **Yes**.