A discord bot that automatically publishes new posts from a subreddit in a Discord channel
- Clone the repository
git clone https://github.com/BenoitPrmt/Reddit-Discord-Bot.git
- Setup
Use npm to install this project.
In the project directory :
npm install
Put your Discord bot token into the token.json
file.
In the config.json
file you can config the subreddit to listen and the color of embeds.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.