discord.io
This is a simple website that allows you to see the user's information by the id.
- Node is required.
- Clone this repository and open.
- Use npm install in the terminal.
- Create a file whose name is .env and make it look like what is in below but with your information.
- Run it.
- You are free to improve this.
PREFIX=Your bot prefix.
ID=Your bot id.
TOKEN=Your bot token.
DISCORD_ENDPOINT=https://discord.com/api/v8
PORT=Your port.
