Reddit API link here
To run this bot you need:
- Discord Bot Token (How to create your own bot guide)
- Node.js version higer then
8.11.1
How to run bot:
-
Rename
example.config.json
toconfig.json
-
Change
BotToken
fromYour bot token here
on your own bot token -
Install all depedencies
npm install
-
Now enter
/src/
cd your_direction/RedditBot/src
-
Now let's run the bot!
node index.js
If you want automatically restart the app use nodemon (recommended for development)
npx nodemon index.js
discordapp.com/oauth2/authorize
Please report all bugs and your ideas in issues. Thanks for your help!