Current Features





- Customizable Check Interval
- Check On Bot Startup
- Supports any public subreddit
- Unlimited Channels
- Per Channel Embeds (Customize the embed based on subreddit theme)
- Per Channel Message Content
- NO API KEY REQUIRED


YAML:
LiveFeedsUpdateInterval: 300000
# Time in MS that the bot checks for new posts. Lower = more resource usage
CheckOnStartup: true
LiveFeeds:
- Channels:
- "854416401795252265"
Subreddits:
- funny
Format:
Content: "**New Post** <@&942168728223752193>"
Author: "{title} "
AuthorIcon: https://logos-world.net/wp-content/uploads/2021/02/IFunny-Logo.png
Description: <t:{created}:F>
URL: "{url}"
Image: "{image}"
Footer: 👍 {ups} | 💬 {comments} ({category})
# Global vars are {title}, {url}, {ups}, {comments}, {category}, {image}
Color: "#25de1f"
- Channels:
- "882089471389073449"
Subreddits:
- smoking
- BBQ
- Smokingmeat
Format:
Content: "**New Post** <@&942175716630466630>"
Author: "{title} "
AuthorIcon: https://logos-world.net/wp-content/uploads/2021/02/IFunny-Logo.png
Description: <t:{created}:F>
URL: "{url}"
Image: "{image}"
Footer: 👍 {ups} | 💬 {comments} ({category})
# Global vars are {title}, {url}, {ups}, {comments}, {category}, {image}
Color: "#25de1f"
- Channels:
- "883097169702314074"
Subreddits:
- gaming
Format:
Content: "**New Post** <@&942175856464392193>"
Author: "{title} "
AuthorIcon: https://logos-world.net/wp-content/uploads/2021/02/IFunny-Logo.png
Description: <t:{created}:F>
URL: "{url}"
Image: "{image}"
Footer: 👍 {ups} | 💬 {comments} ({category})
# Global vars are {title}, {url}, {ups}, {comments}, {category}, {image}
Color: "#25de1f"
Embeds:
Success:
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"