This Discord Bot can be used to verify users within your Discord Server with the Bloxlink API.
Before you can use the code above, you need to make sure that you have all files, which are mentioned below, installed.
- Node.js (Version 16+)
- npm (Included in Node.js)
- Extract the .zip file and put all contents into a folder
- Open a terminal and navigate into the folder
- Run
npm install
Open the file called .env.example
with an Editor
TOKEN=
PREFIX=
ACCENT_COLOR=
STATUS=
VERIFIED_ROLE=
You have to insert all values into the fields shown above.
Once inserted, make sure to rename the file to .env
.
After you've done that, you're pretty much ready to go.
- Use the terminal from before or open a new one
- Run
node .
ornode index.js
-
Make sure that you have Node.js (Version 16+) installed
-
Make sure that you have all dependencies installed
-
Make sure that you are running
node .
ornode index.js
in the right directory
If you still encounter issues, feel free to message me on Discord. Joshyyy#4795