This repository is archived because Discord made their own anti spam / anti pishing links system.
A Discord bot that prevents phishing.
-
Install NodeJS.
-
Download or clone the project.
-
Run
npm install
. -
Setup a MongoDB database.
-
At the root of the folder, create a
.env
file:
DISCORD_TOKEN = BOT_TOKEN_HERE
MONGODB_URL = MONGO_DB_URL_HERE
REPORT_WEBHOOK_URL = WEBHOOK_URL_HERE
DEV_ID = YOUR_DISCORD_ID_HERE
PREFIX = p!
- Run
node index.js
ornpm start
See the license.