This project allows adding tokens to servers via bots using the Discord OAuth2 authorization protocol.
- Go to Discord developers
Create.Bot.mp4
config.json
Edit the file to configure the program. An example configuration is as follows:
{
"token": "TOKEN",
"secret": "SECRET_CODE",
"host": "http://localhost",
"port": "443",
"invite_link": "https://discord.gg/tokenverse"
}
token
: Your Discord bot's token.secret
: Your Discord bot's secret code.host
: The web address where the program will run. For example:http://localhost
.port
: The port number on which the program will run. The recommended value is usually443
invite_link
: Invite link to join the server. For example:https://discord.gg/tokenverse
,tokenverse
- Install Node.js - Download
- Install the required packages:
npm install
- Run the script:
node .
No responsibility is accepted for any issues arising from the use of this project and its content. The project is the responsibility of users to configure and use on their own systems. Users should take necessary precautions and follow configuration instructions correctly before using the project.
If you have any questions, feel free to join my Discord server: https://discord.gg/tokenverse