You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A discord bot that can log threads and comments from a subreddit. Written with Nodejs