Get the Dangerous Discord DB Bot on Glitch!

This is a short tutorial on how to install the Dangerous Discord DB bot, a bot that scans the Dangerous Discord DB, a database of malicous discord users. If you want to add the bot to your server, click here.

Step One: Clone the repo

Clone the github repo DangerousUserDB/Bot to Glitch.

Step Two: Install Dependencies

Open your project’s console and run npm install!

Step Three

Create a .env file with the following contents:

TOKEN=

After the equal sign, paste your bot token. You will also need to add a start script to your project with “node .”

"scripts": {
    "start": "node ."
  },

More:

Usage

!lookup : Looks up a user with our API. For example, if you wanted to look up a user with the ID of 1, then you would run !lookup 1 .

3 Likes

Glitch :・゚✧

What’s this? :thinking:


Nice, maybe you could perform a check everytime a user joins a guild and either inform the owner of the guild or kick/ban that user?

1 Like

This is just a demo of the start script on glitch.

1 Like

I saw this a few days ago and thought it was cool :smiley:

1 Like

Would anyone like a guide on how to install the Dangerous Discord DB itself on glitch?

1 Like