Skip to content

harkor019/ManualVerification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roblox Manual Verification Bot

If you run a server and want a customizable manual verification bot, look no further! This bot is easy to setup, works great on sites like repl.it and is updated frequently.

Setup

Prerequisites

First install node.js or create a new node.js project on repl.it Before configuring the bot, you must install the npm packages.

  • dotenv
  • discord.js
  • axios

Configuration

Step 1 (.env)

You must first create a file named .env with the following contents:

TOKEN=Replace this with your bot token
webhookID=Replace this with your webhook ID
webhookToken=Replace this with your webhook token

Step 2 (config.json)

The main way to configure the bot is the config.json file Here's how to configure it (Please replace the tutorial values with your own):

{
    "prefix": "Enter the prefix that will be used for the commands",
    "botName": "Please enter the name of the bot (this will be shown in the verification embeds)",
    "guildID": "Please enter the ID of the guild that the bot will be used in",
    "staffRoleName": "Please enter the name of the role that will be able to use the commands",
    "verifiedRoleName": "Please enter the name of the role that the bot will give you when you are verified",
    "verifiedPrefix": "Please enter the prefix of the nickname to be asigned when the person is verified (Prefix | Roblox Name)",

    "statusType": "Please enter either PLAYING, WATCHING or LISTENING in all caps",
    "statusActivity": "Please enter the message to be shown after the status type",

    "verificationEmbedColor": "Please enter the color to be shown on the awaiting verification embeds (HEX or HTML colors only)",
    "acceptedVerificationEmbedColor": "Please enter the color to be shown on the accepted verification embeds (HEX or HTML colors only)",
    "declinedVerificationEmbedColor": "Please enter the color to be shown on the declined verification embeds (HEX or HTML colors only)"
}

Support

If you need help with this bot, join my support server.

About

A self-hosted manual roblox verification bot for Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%