From 2e821dffbf416dfa25ac88e17c10efc9620814de Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 7 Mar 2021 16:01:18 -0500 Subject: [PATCH] Updated Notify_reddit (markdown) --- Notify_reddit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_reddit.md b/Notify_reddit.md index 159d453..7226670 100644 --- a/Notify_reddit.md +++ b/Notify_reddit.md @@ -29,7 +29,7 @@ Valid syntax is as follows: | app_id | Yes | The App ID generated for your **script** application you created on the [Reddit Apps](https://www.reddit.com/prefs/apps) page. | 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. +| 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. | 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**.