# Reddit

The Reddit plugin provides a feed of new posts on specified subreddits.

# Configuration Options

Option Description Type Default
subs A mapping of subreddits to Subreddit Configurations dict empty

# Subreddit Configuration

Option Description Type Default
channel Sets which channel the feed should post subreddit threads to dict empty
mode Format of the entries. Options: PRETTY, PLAIN str pretty
nsfw Whether to include NSFW posts bool false
include_stats Whether to include stats for each thread bool false

# Configuration Example

  reddit:
    subs:
      discordapp:
        channel: 281855195095236608
        mode: pretty
        nsfw: false
        include_stats: true
Last Updated: 3/2/2020, 12:05:28 PM