Skip to content

A discord bot that can log threads and comments from a subreddit. Written with Nodejs

Notifications You must be signed in to change notification settings

efecanxrd/Reddit-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Bot

A discord bot that can log threads and comments from a subreddit. Written with NodeJS

Setup The Project

Install NodeJS

I recommend that you install NodeJS version 16 or higher

Install Modules

You need to install 'discord.js, fs, request, entities, valid-url, process' modules with npm install command!

How this is working?

This bot extracts threads and comments data from a subreddit. You don't need to login with an account. You can edit the settings such as log channel, subreddit name, botowner etc. with assets/config.json file. Furthermore, there is a function that you can block a user's threads and comments with !ignore command.