DiscordLookup is a web-based application that allows you to easily lookup Discord user IDs and retrieve information about Discord users. This is especially useful for Discord server owners and administrators who need to verify the identities of their members or for anyone who needs to quickly retrieve information about a particular Discord user.
In addition to the ID lookup feature, DiscordLookup also has a bot add feature. By navigating to /bot/<bot_id>, you will be redirected to the Discord bot invite page where you can easily add the bot to your server.
The website is built using Node.js and EJS, making it fast, efficient, and easy to use.
- Lookup Discord infos by user id
- Retrieve Discord user avatars
- View other relevant information about Discord users
- Fast and efficient
- Easy to use web interface
- Bot add feature for easy bot invites
To use DiscordLookup, you need to have Node.js and npm installed on your system. You can then clone this repository and install the required dependencies using npm. Here's how:
git clone https://github.com/KKonaNN/discordlookup.git
cd discordlookup
npm install express
npm install node-fetch
npm install ejs
npm install dotenv
Before starting the server, you need to set up your Discord bot token in the `.env` file. To do this, create a new file called `.env` in the root directory of the project, and add the following line:
TOKEN=your_bot_token_here
Replace `your_bot_token_here` with your actual Discord bot token. If you don't have a bot token yet, you can create one by following the instructions in the Discord.js guide.
By default, the server will listen on port 3000. If you want to change the port number, you can set the `PORT` environment variable in the `.env` file. For example:
PORT=8080
This will start the server on port 8080 instead of the default port 3000.
Once you have installed the dependencies and set up the `.env` file, you can start the server using the following command:
node main.js
This will start the server on http://localhost:3000/
. You can then visit the website in your browser to start using DiscordLookup.
To lookup a Discord user ID, simply enter the username or discriminator in the search bar and press enter. To add a bot to your Discord server, navigate to /bot/<bot_id>
and you will be redirected to the Discord bot invite page.
We welcome contributions from the community! If you have any ideas or suggestions for improving DiscordLookup, please feel free to submit a pull request.
DiscordLookup is just a fanwork of the original https://discord.id