Redcord is a simple reddit intergration for discord.
- Lookup posts from a subreddit
Arguments: subreddit, limit (optional)
/subreddit new- See the newest posts from a subreddit/subreddit hot- See the hottest posts from a subreddit/subreddit top- See the top posts from a subreddit | Arguments:time(optional)/subreddit rising- See the rising posts from a subreddit
- Node.js 16.6.0 or newer
- A discord bot token
- NPM
-
Clone the repository or download the zip here
-
Install the dependencies with npm
npm install-
Rename the
.env.examplefile to.envand fill in the required information -
Start the bot
npm start # or node .