Reddit Plugin

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

Configuration Options

OptionDescriptionTypeDefault
subsA mapping of subreddits to Subreddit Configurationsdictempty

Subreddit Configuration

OptionDescriptionTypeDefault
channelSets which channel the feed should post subreddit threads todictempty
modeFormat of the entries. Options: PRETTY, PLAINstrpretty
nsfwWhether to include NSFW postsboolfalse
include_statsWhether to include stats for each threadboolfalse

Configuration Example

  reddit:
    subs:
      discordapp:
        channel: 281855195095236608
        mode: pretty
        nsfw: false
        include_stats: true