Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.4 KB

RedditBot Discord

Discord bot for reddit.com

Reddit API link here

To run this bot you need:

How to run bot:

  1. Rename example.config.json to config.json

  2. Change BotToken from Your bot token here on your own bot token

  3. Install all depedencies

    npm install
    
  4. Now enter to /src/

    cd  your_direction/RedditBot/src
    
  5. 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
    

Join our discord server

Invite link

Organization

github.com/fosscord

Website

fosscord.github.io

Invite bot on your server

discordapp.com/oauth2/authorize

⚠️ Remember about giving bot role with proper permissions! ⚠️

Please report all bugs and your ideas in issues. Thanks for your help!