Automatically receive updates in your discord when a new thread is started on Reddit under any subreddit.
Features
Features
- Unlimited channels
- Multiple subreddits per channel
- Customizable message
- Uses Discord's new Timestamp Message Formatting
Code:
LiveFeedsUpdateInterval: 300000
# Time in MS that the bot checks for new posts. Lower = more resource usage
CheckOnStartup: true
LiveFeeds:
- Channels:
- reddit-feed
Subreddits:
- michigents
- weed
- awww
Embeds:
Success:
MemeEmbed:
Title: "{title}"
URL: "{url}"
Image: "{image}"
Footer: 👍 {ups} | 💬 {comments} ({category})
# Global vars are {title}, {url}, {ups}, {comments}, {category}, {image}
Color: "#25de1f"
LiveFeedMessage:
Title: "{title}"
Description: <t:{created}:F>
URL: "{url}"
Image: "{image}"
Footer: 👍 {ups} | 💬 {comments} ({category})
# Global vars are {title}, {url}, {ups}, {comments}, {category}, {image}
Color: "#25de1f"
Errors:
ErrorFetching:
Description: There was an error fetching memes from this subreddit. Please try
another subreddit
Color: "#f52c2c"
PrivateCategory:
Description: This category is private. Please try another category
Color: "#f52c2c"