Skip to content

alreadyjosh/roblox-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Verification

This Discord Bot can be used to verify users within your Discord Server with the Bloxlink API.

Installation

Required Files

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)

Prepare the code

  • Extract the .zip file and put all contents into a folder
  • Open a terminal and navigate into the folder
  • Run npm install

Update the values

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.

Starting the Discord Bot

  • Use the terminal from before or open a new one
  • Run node . or node index.js

Not working?

Common Problems

  • Enable Privileged Gateway Intents

  • 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 . or node index.js in the right directory

If you still encounter issues, feel free to message me on Discord. Joshyyy#4795

About

A Discord Verification Bot using Bloxlink API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published