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
.