Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 967 Bytes

reddit.md

File metadata and controls

33 lines (25 loc) · 967 Bytes

Reddit Plugin

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
notify_role Role to notify of posts to this subreddit snowflake empty

Configuration Example

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